electric.soap.http.handler
Class ServerNoAttachments

java.lang.Object
  extended byelectric.soap.http.handler.ServerNoAttachments
All Implemented Interfaces:
IEXMLLoggingConstants, IGLUELoggingConstants, ILoggingConstants

public class ServerNoAttachments
extends java.lang.Object
implements IGLUELoggingConstants

ServerNoAttachments

Author:
webMethods

Field Summary
 
Fields inherited from interface electric.glue.IGLUELoggingConstants
CLUSTER_DEBUG_EVENT, CLUSTER_EVENT, CONSOLE_DEBUG_EVENT, DEPLOY_EVENT, DETECTORS_EVENT, HTTP_EVENT, JMS_EVENT, REBINDING_EVENT, SECURITY_DEBUG_EVENT, SECURITY_DETAIL_EVENT, SERVLET_EVENT, SOAP_EVENT
 
Fields inherited from interface electric.xml.IEXMLLoggingConstants
MAPPING_EVENT, SCHEMA_EVENT
 
Fields inherited from interface electric.util.log.ILoggingConstants
CLASSLOADER_EVENT, COMMAND_EVENT, COMMENT_EVENT, CONFIG_EVENT, DEBUG_EVENT, ELECTRIC_LOGGING_PROPERTY, ERROR_EVENT, EXCEPTION_EVENT, FILE_EVENT, LICENSE_EVENT, RESOURCES_EVENT, SECURITY_EVENT, SHUTDOWN_EVENT, SOURCE_EVENT, SQL_EVENT, STARTUP_EVENT, WARNING_EVENT
 
Constructor Summary
ServerNoAttachments()
           
 
Method Summary
static SOAPMessage readRequest(javax.servlet.http.HttpServletRequest httpRequest, SOAPOptimizations optimizations, Context messageContext, WSDL wsdl, java.util.Vector unreferencedAttachments, java.lang.String soapVersion)
           
static void writeResponse(SOAPMessage soapResponse, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, WSDL wsdl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerNoAttachments

public ServerNoAttachments()
Method Detail

readRequest

public static SOAPMessage readRequest(javax.servlet.http.HttpServletRequest httpRequest,
                                      SOAPOptimizations optimizations,
                                      Context messageContext,
                                      WSDL wsdl,
                                      java.util.Vector unreferencedAttachments,
                                      java.lang.String soapVersion)
                               throws java.io.IOException,
                                      ParseException
Parameters:
httpRequest -
optimizations -
messageContext -
wsdl -
Returns:
http message translated into a soap message.
Throws:
java.io.IOException
ParseException

writeResponse

public static void writeResponse(SOAPMessage soapResponse,
                                 javax.servlet.http.HttpServletRequest httpRequest,
                                 javax.servlet.http.HttpServletResponse httpResponse,
                                 WSDL wsdl)
                          throws java.io.IOException
Parameters:
soapResponse -
httpRequest -
httpResponse -
wsdl -
Throws:
java.io.IOException


copyright© 2001-2004 by webMethods All Rights Reserved.