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

Packages that use Options
org.apache.axis2.client   
org.apache.axis2.context   
org.apache.axis2.description   
org.apache.axis2.handlers.addressing   
 

Uses of Options in org.apache.axis2.client
 

Methods in org.apache.axis2.client that return Options
 Options ServiceClient.getOptions()
          Get the client configuration from this service interaction.
 Options ServiceClient.getOverrideOptions()
          Get the client configuration from this service interaction which have been used to overide operation client options as well.
 Options OperationClient.getOptions()
          Return the options used by this client.
 Options Options.getParent()
           
 

Methods in org.apache.axis2.client with parameters of type Options
protected  org.apache.axiom.soap.SOAPEnvelope Stub.createEnvelope(Options options)
           
 void ServiceClient.setOptions(Options options)
          Set the client configuration related to this service interaction.
 void ServiceClient.setOverrideOptions(Options overrideOptions)
          Set the client configuration related to this service interaction to override any options that the underlying operation client may have.
 void OperationClient.setOptions(Options options)
          Sets the options that should be used for this particular client.
 void Options.setParent(Options parent)
           
 

Constructors in org.apache.axis2.client with parameters of type Options
Options(Options parent)
          In normal mode operation, this options will try to fullfil the request from its values.
 

Uses of Options in org.apache.axis2.context
 

Fields in org.apache.axis2.context declared as Options
protected  Options MessageContext.options
           
 

Methods in org.apache.axis2.context that return Options
 Options MessageContext.getOptions()
           
 

Methods in org.apache.axis2.context with parameters of type Options
 void MessageContext.setOptions(Options options)
          Set the options for myself.
 

Uses of Options in org.apache.axis2.description
 

Methods in org.apache.axis2.description with parameters of type Options
 OperationClient OutOnlyAxisOperation.createClient(ServiceContext sc, Options options)
          Returns a MEP client for an Out-only operation.
static TransportInDescription ClientUtils.inferInTransport(AxisConfiguration ac, Options options, MessageContext msgCtxt)
           
 OperationClient OutInAxisOperation.createClient(ServiceContext sc, Options options)
          Returns a MEP client for an Out-IN operation.
static AxisService AxisService.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 clinet side invocation not for server side invocation.
static AxisService AxisService.createClientSideAxisService(javax.wsdl.Definition wsdlDefinition, QName wsdlServiceName, String portName, Options options)
           
 OperationClient AxisOperation.createClient(ServiceContext sc, Options options)
           
 

Uses of Options in org.apache.axis2.handlers.addressing
 

Methods in org.apache.axis2.handlers.addressing that return Options
protected  Options AddressingInHandler.extractAddressingInformation(org.apache.axiom.soap.SOAPHeader header, MessageContext messageContext, ArrayList addressingHeaders, String namespace)