|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Stub._options
If _maintainSession is set to true, all the calls can use the same ServiceContext. |
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 |
Stub._getOptions()
|
Options |
ServiceClient.getOptions()
Get the client configuration from this service interaction. |
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 | |
void |
Stub._setOptions(Options _clientOptions)
|
void |
ServiceClient.setOptions(Options options)
Set the client configuration related to this service interaction. |
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. |
static TransportInDescription |
ClientUtils.inferInTransport(AxisConfiguration ac,
Options options,
ServiceContext serviceContext)
|
static AxisService |
ClientUtils.creatAxisService(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. |
OperationClient |
OutInAxisOperation.createClient(ServiceContext sc,
Options options)
Returns a MEP client for an Out-IN operation. |
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.extractCommonAddressingParameters(SOAPHeader header,
Options messageContextOptions,
ArrayList addressingHeaders,
String addressingNamespace)
|
Methods in org.apache.axis2.handlers.addressing with parameters of type Options | |
protected Options |
AddressingInHandler.extractCommonAddressingParameters(SOAPHeader header,
Options messageContextOptions,
ArrayList addressingHeaders,
String addressingNamespace)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |