soaprmi.soaprpc
Class SU
java.lang.Object
soaprmi.soaprpc.SU
- public class SU
- extends java.lang.Object
SOAP Utility methods.
- Version:
- $Revision: 1.6 $
- Author:
- Aleksander Slominski
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SU
public SU()
writeEnvelopeStart
public static void writeEnvelopeStart(SerializeContext sctx)
throws SerializeException,
java.io.IOException
- Throws:
SerializeException
java.io.IOException
writeEnvelopeEnd
public static void writeEnvelopeEnd(SerializeContext sctx)
throws SerializeException,
java.io.IOException
- Throws:
SerializeException
java.io.IOException
writeBodyStart
public static void writeBodyStart(SerializeContext sctx)
throws SerializeException,
java.io.IOException
- Throws:
SerializeException
java.io.IOException
writeBodyEnd
public static void writeBodyEnd(SerializeContext sctx)
throws SerializeException,
java.io.IOException
- Throws:
SerializeException
java.io.IOException
writeFaultStart
public static void writeFaultStart(SerializeContext sctx)
throws SerializeException,
java.io.IOException
- Throws:
SerializeException
java.io.IOException
writeFaultEnd
public static void writeFaultEnd(SerializeContext sctx)
throws SerializeException,
java.io.IOException
- Throws:
SerializeException
java.io.IOException
writeFaultCode
public static void writeFaultCode(SerializeContext sctx,
java.lang.String uri,
java.lang.String faultcode)
throws SerializeException,
java.io.IOException
- Throws:
SerializeException
java.io.IOException
writeFaultString
public static void writeFaultString(SerializeContext sctx,
java.lang.String faultstring)
throws SerializeException,
java.io.IOException
- Throws:
SerializeException
java.io.IOException
writeFault
public static void writeFault(SerializeContext sctx,
java.lang.String uri,
java.lang.String faultcode,
java.lang.Throwable detail)
throws SerializeException,
java.io.IOException
- Throws:
SerializeException
java.io.IOException
Copyright (c) 2004 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.