electric.soap.references
Interface ISOAPReferenceFactory

All Known Implementing Classes:
InterceptorSOAPReferenceFactory, LoggingSOAPReferenceFactory, RoutingReferenceFactory, SecuritySOAPReferenceFactory, SOAPLocalTransportFactory, SOAPToHTTPFactory, SOAPToJMSFactory

public interface ISOAPReferenceFactory

ISOAPReferenceFactory.

Author:
webMethods

Method Summary
 boolean newSOAPReference(java.util.Vector referenceChain, XURL endpoint, WSDL wsdl, Context proxyContext)
          Optionally add a new SOAP Reference to the given chain.
 

Method Detail

newSOAPReference

public boolean newSOAPReference(java.util.Vector referenceChain,
                                XURL endpoint,
                                WSDL wsdl,
                                Context proxyContext)
Optionally add a new SOAP Reference to the given chain.

Parameters:
referenceChain -
endpoint -
wsdl -
proxyContext -
Returns:
true if the chain is incomplete, false if chain finished


copyright© 2001-2004 by webMethods All Rights Reserved.