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

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

Uses of Options in org.apache.axis2.client
 

Fields in org.apache.axis2.client declared as Options
protected  Options OperationClient.options
           
 

Methods in org.apache.axis2.client that return Options
 Options OperationClient.getOptions()
          Return the options used by this client.
 Options Options.getParent()
          Get parent instance providing default property values.
 Options ServiceClient.getOptions()
          Get the basic client configuration from this service interaction.
 Options ServiceClient.getOverrideOptions()
          Get the client configuration used to override the normal options set by an operation client.
 

Methods in org.apache.axis2.client with parameters of type Options
 void OperationClient.setOptions(Options options)
          Sets the options that should be used for this particular client.
protected static org.apache.axiom.soap.SOAPEnvelope Stub.createEnvelope(Options options)
          Create a SOAP message envelope using the supplied options.
 void Options.setParent(Options parent)
          Set parent instance providing default property values.
 boolean Options.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.
 void ServiceClient.setOptions(Options options)
          Set the basic client configuration related to this service interaction.
 void ServiceClient.setOverrideOptions(Options overrideOptions)
          Set a client configuration to override the normal options used by an operation client.
 

Constructors in org.apache.axis2.client with parameters of type Options
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
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.
 void MessageContext.setOptionsExplicit(Options op)
           
 

Uses of Options in org.apache.axis2.description
 

Methods in org.apache.axis2.description with parameters of type Options
static AxisService AxisService.createClientSideAxisService(java.net.URL wsdlURL, javax.xml.namespace.QName wsdlServiceName, java.lang.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 AxisService AxisService.createClientSideAxisService(javax.wsdl.Definition wsdlDefinition, javax.xml.namespace.QName wsdlServiceName, java.lang.String portName, Options options)
           
 OperationClient OutOnlyAxisOperation.createClient(ServiceContext sc, Options options)
          Returns a MEP client for an Out-only operation.
 OperationClient AxisOperation.createClient(ServiceContext sc, Options options)
           
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.
 OperationClient RobustOutOnlyAxisOperation.createClient(ServiceContext sc, Options options)
           
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.