Uses of Class
org.apache.axis2.client.OperationClient

Packages that use OperationClient
org.apache.axis2.client   
org.apache.axis2.description   
 

Uses of OperationClient in org.apache.axis2.client
 

Methods in org.apache.axis2.client that return OperationClient
 OperationClient ServiceClient.createClient(QName operationQName)
          Create an operation client with the appropriate message exchange pattern (MEP).
 

Methods in org.apache.axis2.client with parameters of type OperationClient
protected  void Stub.addPropertyToOperationClient(OperationClient operationClient, java.lang.String propertyKey, boolean value)
           
protected  void Stub.addPropertyToOperationClient(OperationClient operationClient, java.lang.String propertyKey, int value)
           
protected  void Stub.addPropertyToOperationClient(OperationClient operationClient, java.lang.String propertyKey, java.lang.Object propertyValue)
          sets the propertykey and propertyValue as a pair to operation client
 

Uses of OperationClient in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return OperationClient
 OperationClient OutOnlyAxisOperation.createClient(ServiceContext sc, Options options)
          Returns a MEP client for an Out-only operation.
 OperationClient OutInAxisOperation.createClient(ServiceContext sc, Options options)
          Returns a MEP client for an Out-IN operation.
 OperationClient AxisOperation.createClient(ServiceContext sc, Options options)
           
 OperationClient RobustOutOnlyAxisOperation.createClient(ServiceContext sc, Options options)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.