|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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.IOException
java.lang.IllegalArgumentException
MessagingException
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |