|
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.http.ServerHTTPUtils
Any utility stuff for HTTP SOAP stuff.
Constructor Summary | |
ServerHTTPUtils() |
Method Summary | |
static java.io.File |
getFileFromNameAndContext(java.lang.String fileName, javax.servlet.ServletContext context) If the fileName is absolute, a file representing it is returned. |
static java.lang.ClassLoader |
getServletClassLoaderFromContext(javax.servlet.ServletContext context) Retrieves the ClassLoader from the ServletContext, if one is registered. |
static SOAPMappingRegistry |
getSMRFromContext(javax.servlet.ServletContext context) Return the soap mapping registry instance from the servlet context. |
static Envelope |
readEnvelopeFromRequest(DocumentBuilder xdb, java.lang.String contentType, int contentLength, java.io.InputStream requestStream, EnvelopeEditor editor, javax.servlet.http.HttpServletResponse res, SOAPContext ctx) Read in stuff from the HTTP request stream and return the envelope. |
static void |
setServletClassLoaderIntoContext(javax.servlet.ServletContext context, java.lang.ClassLoader cl) Registers the ClassLoader into the ServletContext. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServerHTTPUtils()
Method Detail |
public static java.lang.ClassLoader getServletClassLoaderFromContext(javax.servlet.ServletContext context)
public static void setServletClassLoaderIntoContext(javax.servlet.ServletContext context, java.lang.ClassLoader cl)
public static java.io.File getFileFromNameAndContext(java.lang.String fileName, javax.servlet.ServletContext context)
public static Envelope readEnvelopeFromRequest(DocumentBuilder xdb, java.lang.String contentType, int contentLength, java.io.InputStream requestStream, EnvelopeEditor editor, javax.servlet.http.HttpServletResponse res, SOAPContext ctx) throws SOAPException, java.io.IOException
SOAPException
- if a SOAP level thing goes wrongjava.io.IOException
- if something fails while sending an error responsepublic static SOAPMappingRegistry getSMRFromContext(javax.servlet.ServletContext context)
|
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 |