org.codehaus.activesoap.transport
Class LocalTransportClient

java.lang.Object
  extended byorg.codehaus.activesoap.transport.TransportClientSupport
      extended byorg.codehaus.activesoap.transport.LocalTransportClient
All Implemented Interfaces:
TransportClient

public class LocalTransportClient
extends TransportClientSupport

Local in-VM transport

Version:
$Revision: 1.5 $

Constructor Summary
LocalTransportClient(RestService service)
           
 
Method Summary
 void close()
          Closes down the transport if it has any resources open etc.
 void invokeOneWay(Invocation invocation, Reader request)
          Performs a one way request
 Reader invokeRequest(Invocation invocation, Reader request)
          Performs a request-reply, waiting for the response before returning
 
Methods inherited from class org.codehaus.activesoap.transport.TransportClientSupport
createInvocation, getStreamFactory, setStreamFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalTransportClient

public LocalTransportClient(RestService service)
Method Detail

invokeOneWay

public void invokeOneWay(Invocation invocation,
                         Reader request)
                  throws Exception
Description copied from interface: TransportClient
Performs a one way request

Throws:
Exception

invokeRequest

public Reader invokeRequest(Invocation invocation,
                            Reader request)
                     throws Exception
Description copied from interface: TransportClient
Performs a request-reply, waiting for the response before returning

Throws:
Exception

close

public void close()
           throws Exception
Description copied from interface: TransportClient
Closes down the transport if it has any resources open etc.

Throws:
Exception


Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.