electric.soap
Interface ISOAPHandler
- All Known Subinterfaces: 
 - IChainedSOAPHandler, IChainedSOAPReference, ISOAPReference
 
- All Known Implementing Classes: 
 - ChainedSOAPHandler, ChainedSOAPReference, Intermediary, SOAPLocalTransport, SOAPToHTTP, SOAPToJMS, SOAPToServiceHandler, SOAPToUserHandler, UDDISOAPHandler, VirtualSOAPHandler
 
- public interface ISOAPHandler
 
ISOAPHandler must be implemented by all objects that wish to
 natively handle incoming SOAP requests.
- Author:
 
  - webMethods
 
 
handle
public SOAPMessage handle(SOAPMessage request,
                          Context messageContext)
                   throws java.rmi.RemoteException,
                          java.lang.SecurityException
- Handle the specified SOAP request and return the SOAP response.
- Parameters:
 request - The incoming SOAP request.messageContext - The message context.
- Throws:
 java.rmi.RemoteException
java.lang.SecurityException
 
 
copyright© 2001-2004 by webMethods All Rights Reserved.