|
Oracle® Application Server XML Java API Reference 10g Release 2 (10.1.2) Part no. B12024-03 September 2004 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.soap.server.ServerUtils
Any utility stuff for transport type-independent SOAP stuff.
| Constructor Summary | |
ServerUtils() | |
| Method Summary | |
static Envelope |
readEnvelopeFromInputStream(DocumentBuilder xdb, java.io.InputStream is, int contentLength, java.lang.String contentType, EnvelopeEditor editor, SOAPContext ctx)Read in stuff from the request stream and return the envelope. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServerUtils()
| Method Detail |
public static Envelope readEnvelopeFromInputStream(DocumentBuilder xdb,
java.io.InputStream is,
int contentLength,
java.lang.String contentType,
EnvelopeEditor editor,
SOAPContext ctx)
throws SOAPException,
java.io.IOException,
java.lang.IllegalArgumentException,
MessagingException
SOAPException - if a SOAP level thing goes wrongjava.io.IOExceptionjava.lang.IllegalArgumentExceptionMessagingException
|
Oracle® Application Server XML Java API Reference 10g Release 2 (10.1.2) Part no. B12024-03 September 2004 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||