Uses of Class
org.apache.axis2.client.Options
- 
Packages that use Options Package Description org.apache.axis2.client org.apache.axis2.context org.apache.axis2.description org.apache.axis2.transport.testkit.axis2.client  - 
- 
Uses of Options in org.apache.axis2.client
Fields in org.apache.axis2.client declared as Options Modifier and Type Field Description protected OptionsOperationClient. optionsMethods in org.apache.axis2.client that return Options Modifier and Type Method Description OptionsOperationClient. getOptions()Return the options used by this client.OptionsServiceClient. getOptions()Get the basic client configuration from this service interaction.OptionsServiceClient. getOverrideOptions()Get the client configuration used to override the normal options set by an operation client.OptionsOptions. getParent()Get parent instance providing default property values.Methods in org.apache.axis2.client with parameters of type Options Modifier and Type Method Description protected static SOAPEnvelopeStub. createEnvelope(Options options)Create a SOAP message envelope using the supplied options.booleanOptions. isEquivalent(Options obj)Compares key parts of the state from the current instance of this class with the specified instance to see if they are equivalent.voidOperationClient. setOptions(Options options)Sets the options that should be used for this particular client.voidServiceClient. setOptions(Options options)Set the basic client configuration related to this service interaction.voidServiceClient. setOverrideOptions(Options overrideOptions)Set a client configuration to override the normal options used by an operation client.voidOptions. setParent(Options parent)Set parent instance providing default property values.Constructors in org.apache.axis2.client with parameters of type Options Constructor Description OperationClient(AxisOperation axisOp, ServiceContext sc, Options options)Options(Options parent)In normal mode operation, this options will try to fulfil the request from its values. - 
Uses of Options in org.apache.axis2.context
Fields in org.apache.axis2.context declared as Options Modifier and Type Field Description protected OptionsMessageContext. optionsMethods in org.apache.axis2.context that return Options Modifier and Type Method Description OptionsMessageContext. getOptions()Methods in org.apache.axis2.context with parameters of type Options Modifier and Type Method Description voidMessageContext. setOptions(Options options)Set the options for myself.voidMessageContext. setOptionsExplicit(Options op) - 
Uses of Options in org.apache.axis2.description
Methods in org.apache.axis2.description with parameters of type Options Modifier and Type Method Description abstract OperationClientAxisOperation. createClient(ServiceContext sc, Options options)Return an OperationClient suitable for this AxisOperation.OperationClientInOnlyAxisOperation. createClient(ServiceContext sc, Options options)OperationClientInOutAxisOperation. createClient(ServiceContext sc, Options options)OperationClientOutInAxisOperation. createClient(ServiceContext sc, Options options)Returns a MEP client for an Out-IN operation.OperationClientOutOnlyAxisOperation. createClient(ServiceContext sc, Options options)Returns a MEP client for an Out-only operation.OperationClientRobustOutOnlyAxisOperation. createClient(ServiceContext sc, Options options)static AxisServiceAxisService. createClientSideAxisService(URL wsdlURL, QName wsdlServiceName, String portName, Options options)To create a AxisService for a given WSDL and the created client is most suitable for client side invocation not for server side invocation.static AxisServiceAxisService. createClientSideAxisService(javax.wsdl.Definition wsdlDefinition, QName wsdlServiceName, String portName, Options options)static AxisServiceAxisService. createClientSideAxisService(org.apache.woden.wsdl20.Description description, QName wsdlServiceName, String endPoint, Options options)returns a axisService given a input Stream of WSDL2.0 document.static TransportInDescriptionClientUtils. inferInTransport(AxisConfiguration ac, Options options, MessageContext msgCtxt) - 
Uses of Options in org.apache.axis2.transport.testkit.axis2.client
Fields in org.apache.axis2.transport.testkit.axis2.client declared as Options Modifier and Type Field Description protected OptionsAxisTestClient. axisOptions 
 -