Uses of Class
org.codehaus.activesoap.transport.Invocation

Packages that use Invocation
org.codehaus.activesoap The core API and classes for the SOAP stack 
org.codehaus.activesoap.transport   
org.codehaus.activesoap.transport.http HTTP transport for ActiveSOAP 
 

Uses of Invocation in org.codehaus.activesoap
 

Methods in org.codehaus.activesoap with parameters of type Invocation
protected  XMLStreamReader RestClient.invokeRequestReply(MessageExchange exchange, XMLStreamWriter out, Handler generateBodyHandler, Invocation request)
           
 

Uses of Invocation in org.codehaus.activesoap.transport
 

Methods in org.codehaus.activesoap.transport that return Invocation
 Invocation TransportClientSupport.createInvocation()
           
 Invocation TransportClient.createInvocation()
          Creates a new operation invocation
 

Methods in org.codehaus.activesoap.transport with parameters of type Invocation
 void TransportClient.invokeOneWay(Invocation invocation, Reader request)
          Performs a one way request
 Reader TransportClient.invokeRequest(Invocation invocation, Reader request)
          Performs a request-reply, waiting for the response before returning
 void LocalTransportClient.invokeOneWay(Invocation invocation, Reader request)
           
 Reader LocalTransportClient.invokeRequest(Invocation invocation, Reader request)
           
 

Uses of Invocation in org.codehaus.activesoap.transport.http
 

Methods in org.codehaus.activesoap.transport.http with parameters of type Invocation
 void HttpTransportClient.invokeOneWay(Invocation invocation, Reader request)
           
 Reader HttpTransportClient.invokeRequest(Invocation invocation, Reader request)
           
protected  String HttpTransportClient.invoke(Invocation invocation, Reader request)
           
 



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