org.codehaus.activesoap.transport
Class TransportClientSupport
java.lang.Object
org.codehaus.activesoap.transport.TransportClientSupport
- All Implemented Interfaces:
- TransportClient
- Direct Known Subclasses:
- HttpTransportClient, LocalTransportClient
- public abstract class TransportClientSupport
- extends Object
- implements TransportClient
A base class useful for implementation inheritence
- Version:
- $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransportClientSupport
public TransportClientSupport()
createInvocation
public Invocation createInvocation()
- Description copied from interface:
TransportClient
- Creates a new operation invocation
- Specified by:
createInvocation
in interface TransportClient
getStreamFactory
public XMLStreamFactory getStreamFactory()
setStreamFactory
public void setStreamFactory(XMLStreamFactory streamFactory)
Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.