electric.soap.references.splice
Class SpliceSOAPReference

java.lang.Object
  extended byelectric.soap.references.chain.ChainedSOAPReference
      extended byelectric.soap.references.splice.SpliceSOAPReference
All Implemented Interfaces:
IChainedSOAPReference, ISOAPHandler, ISOAPReference

public final class SpliceSOAPReference
extends ChainedSOAPReference

SplicingSOAPReference.

Author:
webMethods

Field Summary
 
Fields inherited from class electric.soap.references.chain.ChainedSOAPReference
nextReference
 
Constructor Summary
SpliceSOAPReference(ISplicedSOAPHandler splicedSOAPHandler, Context proxyContext, ISOAPReference nextReference)
           
 
Method Summary
 XURL getEndpoint()
           
 ISOAPReference getReference()
           
 WSDL getWSDL()
           
 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.references.chain.ChainedSOAPReference
getNextReference, setNextReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpliceSOAPReference

public SpliceSOAPReference(ISplicedSOAPHandler splicedSOAPHandler,
                           Context proxyContext,
                           ISOAPReference nextReference)
Parameters:
splicedSOAPHandler -
proxyContext -
nextReference -
Method Detail

toString

public java.lang.String toString()

getReference

public ISOAPReference getReference()

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

getWSDL

public WSDL getWSDL()

getEndpoint

public XURL getEndpoint()


copyright© 2001-2004 by webMethods All Rights Reserved.