electric.soap.local.handlers.service
Class SOAPToServiceHandler

java.lang.Object
  extended byelectric.soap.local.handlers.service.SOAPToServiceHandler
All Implemented Interfaces:
ISOAPConstants, ISOAPHandler

public final class SOAPToServiceHandler
extends java.lang.Object
implements ISOAPHandler, ISOAPConstants

SOAPToServiceHandler

Author:
webMethods

Field Summary
 
Fields inherited from interface electric.soap.ISOAPConstants
ACTOR, ASYNC, BODY, DETAIL, ENCODING_STYLE, ENVELOPE, EXCEPTION, FAULT, FAULT_ACTOR, FAULT_CODE, FAULT_STRING, GET_SOAP_ACTOR, GET_SOAP_CODE, HEADER, MUST_UNDERSTAND, NEXT_ACTOR, OPTIMIZED_HEADER, SET_SOAP_ACTOR, SET_SOAP_CODE, SET_SOAP_DETAIL, SOAP_ACTION_HEADER, SOAP_BINDING, SOAP_ENCODING, SOAP_ENCODING_PREFIX, SOAP_ENVELOPE, SOAP_HTTP_TRANSPORT, SOAP_PREFIX, SOAP11_BINDING, SOAP11_ENCODING, SOAP11_ENVELOPE, SOAP12, SOAP12_BINDING, SOAP12_ENCODING, SOAP12_ENVELOPE, SOAP12_HTTP_CONTENT_TYPE, STACKTRACE, TME_PREFIX, UNDERSTOOD, XSD_PREFIX, XSI_PREFIX, XSI_SUFFIX
 
Constructor Summary
SOAPToServiceHandler(IService service)
           
 
Method Summary
 SOAPMessage handle(SOAPMessage request, Context context)
          Handle the specified SOAP request and return the SOAP response.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPToServiceHandler

public SOAPToServiceHandler(IService service)
Parameters:
service -
Method Detail

toString

public java.lang.String toString()

handle

public SOAPMessage handle(SOAPMessage request,
                          Context context)
Description copied from interface: ISOAPHandler
Handle the specified SOAP request and return the SOAP response.

Specified by:
handle in interface ISOAPHandler
Parameters:
request -
context -


copyright© 2001-2004 by webMethods All Rights Reserved.