electric.soap.references.chain
Class ChainedSOAPReference

java.lang.Object
  extended byelectric.soap.references.chain.ChainedSOAPReference
All Implemented Interfaces:
IChainedSOAPReference, ISOAPHandler, ISOAPReference
Direct Known Subclasses:
InterceptorSOAPReference, JavaToSOAP, LoggingSOAPReference, RoutingReference, SecuritySOAPReference, SpliceSOAPReference

public abstract class ChainedSOAPReference
extends java.lang.Object
implements IChainedSOAPReference

ChainedSOAPReference.

Author:
webMethods

Field Summary
protected  ISOAPReference nextReference
           
 
Constructor Summary
ChainedSOAPReference()
           
ChainedSOAPReference(ISOAPReference reference)
           
 
Method Summary
 ISOAPReference getNextReference()
           
 void setNextReference(ISOAPReference reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface electric.soap.references.ISOAPReference
getEndpoint, getWSDL
 
Methods inherited from interface electric.soap.ISOAPHandler
handle
 

Field Detail

nextReference

protected ISOAPReference nextReference
Constructor Detail

ChainedSOAPReference

public ChainedSOAPReference()

ChainedSOAPReference

public ChainedSOAPReference(ISOAPReference reference)
Parameters:
reference -
Method Detail

getNextReference

public ISOAPReference getNextReference()
Specified by:
getNextReference in interface IChainedSOAPReference

setNextReference

public void setNextReference(ISOAPReference reference)
Specified by:
setNextReference in interface IChainedSOAPReference
Parameters:
reference -


copyright© 2001-2004 by webMethods All Rights Reserved.