Package | Description |
---|---|
org.apache.axis2.client | |
org.apache.axis2.context | |
org.apache.axis2.description |
Modifier and Type | Field and Description |
---|---|
protected Options |
OperationClient.options |
Modifier and Type | Method and Description |
---|---|
Options |
ServiceClient.getOptions()
Get the basic client configuration from this service interaction.
|
Options |
OperationClient.getOptions()
Return the options used by this client.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected static org.apache.axiom.soap.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 |
ServiceClient.setOptions(Options options)
Set the basic client configuration related to this service interaction.
|
void |
OperationClient.setOptions(Options options)
Sets the options that should be used for this particular client.
|
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.
|
Constructor and 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.
|
Modifier and Type | Field and Description |
---|---|
protected Options |
MessageContext.options |
Modifier and Type | Method and Description |
---|---|
Options |
MessageContext.getOptions() |
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.setOptions(Options options)
Set the options for myself.
|
void |
MessageContext.setOptionsExplicit(Options op) |
Modifier and Type | Method and Description |
---|---|
OperationClient |
RobustOutOnlyAxisOperation.createClient(ServiceContext sc,
Options options) |
OperationClient |
InOnlyAxisOperation.createClient(ServiceContext sc,
Options options) |
OperationClient |
OutInAxisOperation.createClient(ServiceContext sc,
Options options)
Returns a MEP client for an Out-IN operation.
|
abstract OperationClient |
AxisOperation.createClient(ServiceContext sc,
Options options)
Return an OperationClient suitable for this AxisOperation.
|
OperationClient |
InOutAxisOperation.createClient(ServiceContext sc,
Options options) |
OperationClient |
OutOnlyAxisOperation.createClient(ServiceContext sc,
Options options)
Returns a MEP client for an Out-only operation.
|
static AxisService |
AxisService.createClientSideAxisService(javax.wsdl.Definition wsdlDefinition,
QName wsdlServiceName,
String portName,
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 TransportInDescription |
ClientUtils.inferInTransport(AxisConfiguration ac,
Options options,
MessageContext msgCtxt) |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.