org.apache.soap.server
Class  ServerUtils
java.lang.Object
  |
  +--org.apache.soap.server.ServerUtils
- public class ServerUtils
- extends java.lang.Object
  
Any utility stuff for transport type-independent SOAP stuff.
- Author: 
 - Sanjiva Weerawarana, Wouter Cloetens
 
 
 
| Methods inherited from class java.lang.Object | 
clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
 
ServerUtils
public ServerUtils()
readEnvelopeFromInputStream
public static Envelope readEnvelopeFromInputStream(javax.xml.parsers.DocumentBuilder xdb,
                                                   java.io.InputStream is,
                                                   int contentLength,
                                                   java.lang.String contentType,
                                                   EnvelopeEditor editor,
                                                   SOAPContext ctx)
                                            throws SOAPException,
                                                   java.io.IOException,
                                                   java.lang.IllegalArgumentException,
                                                   javax.mail.MessagingException
- Read in stuff from the request stream and return the envelope.
 Returns null (and sets the error on the response stream) if a
 transport level thing is wrong and throws a SOAPException if a
 SOAP level thing is wrong.
- Returns:
 - Envelope containing the SOAP envelope found in the request
 - Throws:
 - SOAPException - if a SOAP level thing goes wrong
 
 
 
loadProvider
public static Provider loadProvider(DeploymentDescriptor dd,
                                    SOAPContext ctxt)
                             throws SOAPException
Copyright © 2001 Apache XML Project. All Rights Reserved.