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 Options
OperationClient. options
Methods in org.apache.axis2.client that return Options Modifier and Type Method Description Options
OperationClient. getOptions()
Return the options used by this client.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.Options
Options. 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 SOAPEnvelope
Stub. createEnvelope(Options options)
Create a SOAP message envelope using the supplied options.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
OperationClient. setOptions(Options options)
Sets the options that should be used for this particular client.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.void
Options. 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 Options
MessageContext. options
Methods in org.apache.axis2.context that return Options Modifier and Type Method Description Options
MessageContext. getOptions()
Methods in org.apache.axis2.context with parameters of type Options Modifier and Type Method Description 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 Modifier and Type Method Description abstract OperationClient
AxisOperation. createClient(ServiceContext sc, Options options)
Return an OperationClient suitable for this AxisOperation.OperationClient
InOnlyAxisOperation. createClient(ServiceContext sc, Options options)
OperationClient
InOutAxisOperation. createClient(ServiceContext sc, Options options)
OperationClient
OutInAxisOperation. createClient(ServiceContext sc, Options options)
Returns a MEP client for an Out-IN operation.OperationClient
OutOnlyAxisOperation. createClient(ServiceContext sc, Options options)
Returns a MEP client for an Out-only operation.OperationClient
RobustOutOnlyAxisOperation. 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 client side invocation not for server side invocation.static AxisService
AxisService. createClientSideAxisService(javax.wsdl.Definition wsdlDefinition, QName wsdlServiceName, String portName, Options options)
static AxisService
AxisService. 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 TransportInDescription
ClientUtils. 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 Options
AxisTestClient. axisOptions
-