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
 

Fields in org.apache.axis2.client declared as Options
protected  Options MEPClient.clientOptions
          Deprecated. Client will pass all the parameters to this invocation using this.
 

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 MEPClient.getClientOptions()
          Deprecated.  
 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.ws.commons.soap.SOAPEnvelope Stub.createEnvelope(Options options)
           
 AxisService WSDLBasedServiceConfigurationBuilder.buildAxisService(QName servicename, String endpointname, Options clientOptions)
           
 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.
protected  void MEPClient.addUserAddedSOAPHeaders(MessageContext msgCtx, Options options)
          Deprecated.  
 void MEPClient.setClientOptions(Options clientOptions)
          Deprecated. Sets all client options and parameters for this invocation.
 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.
 OperationClient OutInAxisOperation.createClient(ServiceContext sc, Options options)
          Returns a MEP client for an Out-IN operation.
static TransportInDescription ClientUtils.inferInTransport(AxisConfiguration ac, Options options, MessageContext msgCtxt)
           
 OperationClient AxisOperation.createClient(ServiceContext sc, Options options)
           
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)
           
 

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.ws.commons.soap.SOAPHeader header, MessageContext messageContext, ArrayList addressingHeaders, String addressingNamespace)