Uses of Class
org.apache.axis2.client.OperationClient
Packages that use OperationClient
-
Uses of OperationClient in org.apache.axis2.client
Methods in org.apache.axis2.client that return OperationClientModifier and TypeMethodDescriptionServiceClient.createClient(QName operationQName) Create an operation client with the appropriate message exchange pattern (MEP).Methods in org.apache.axis2.client with parameters of type OperationClientModifier and TypeMethodDescriptionprotected voidStub.addPropertyToOperationClient(OperationClient operationClient, String propertyKey, boolean value) protected voidStub.addPropertyToOperationClient(OperationClient operationClient, String propertyKey, int value) protected voidStub.addPropertyToOperationClient(OperationClient operationClient, String propertyKey, 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 OperationClientModifier and TypeMethodDescriptionabstract OperationClientAxisOperation.createClient(ServiceContext sc, Options options) Return an OperationClient suitable for this AxisOperation.InOnlyAxisOperation.createClient(ServiceContext sc, Options options) InOutAxisOperation.createClient(ServiceContext sc, Options options) OutInAxisOperation.createClient(ServiceContext sc, Options options) Returns a MEP client for an Out-IN operation.OutOnlyAxisOperation.createClient(ServiceContext sc, Options options) Returns a MEP client for an Out-only operation.RobustOutOnlyAxisOperation.createClient(ServiceContext sc, Options options)