org.codehaus.activesoap.transport
Class LocalTransportClient
java.lang.Object
org.codehaus.activesoap.transport.TransportClientSupport
org.codehaus.activesoap.transport.LocalTransportClient
- All Implemented Interfaces:
- TransportClient
- public class LocalTransportClient
- extends TransportClientSupport
Local in-VM transport
- Version:
- $Revision: 1.5 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalTransportClient
public LocalTransportClient(RestService service)
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.