electric.soap.handlers.splice
Class SpliceSOAPHandler

java.lang.Object
  extended byelectric.soap.handlers.chain.ChainedSOAPHandler
      extended byelectric.soap.handlers.splice.SpliceSOAPHandler
All Implemented Interfaces:
IChainedSOAPHandler, ISOAPHandler

public final class SpliceSOAPHandler
extends ChainedSOAPHandler

SpliceSOAPHandler

Author:
webMethods

Field Summary
 
Fields inherited from class electric.soap.handlers.chain.ChainedSOAPHandler
nextHandler
 
Constructor Summary
SpliceSOAPHandler(ISplicedSOAPHandler splicedSOAPHandler, ISOAPHandler nextHandler)
           
 
Method Summary
 SOAPMessage handle(SOAPMessage request, Context messageContext)
          Handle the specified SOAP request and return the SOAP response.
 java.lang.String toString()
           
 
Methods inherited from class electric.soap.handlers.chain.ChainedSOAPHandler
getNextHandler, setNextHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpliceSOAPHandler

public SpliceSOAPHandler(ISplicedSOAPHandler splicedSOAPHandler,
                         ISOAPHandler nextHandler)
Parameters:
splicedSOAPHandler -
nextHandler -
Method Detail

toString

public java.lang.String toString()

handle

public SOAPMessage handle(SOAPMessage request,
                          Context messageContext)
                   throws java.rmi.RemoteException,
                          java.lang.SecurityException
Description copied from interface: ISOAPHandler
Handle the specified SOAP request and return the SOAP response.

Parameters:
request -
messageContext -
Throws:
java.rmi.RemoteException
java.lang.SecurityException


copyright© 2001-2004 by webMethods All Rights Reserved.