org.codehaus.activesoap.transport
Class TransportClientSupport

java.lang.Object
  extended byorg.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 $

Constructor Summary
TransportClientSupport()
           
 
Method Summary
 Invocation createInvocation()
          Creates a new operation invocation
 XMLStreamFactory getStreamFactory()
           
 void setStreamFactory(XMLStreamFactory streamFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.activesoap.transport.TransportClient
close, invokeOneWay, invokeRequest
 

Constructor Detail

TransportClientSupport

public TransportClientSupport()
Method Detail

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.