@Deprecated public class ConfigurableServiceFactory extends Object implements ServiceFactory
Options
object.Modifier and Type | Field and Description |
---|---|
private org.apache.axis2.client.Options |
options
Deprecated.
|
Constructor and Description |
---|
ConfigurableServiceFactory()
Deprecated.
Create a new service factory that uses the default options.
|
ConfigurableServiceFactory(org.apache.axis2.client.Options options)
Deprecated.
Create a new service factory that uses the given options.
|
Modifier and Type | Method and Description |
---|---|
org.apache.axis2.rpc.client.RPCServiceClient |
createService(org.apache.axis2.addressing.EndpointReference target)
Deprecated.
Create a new
RPCServiceClient object. |
org.apache.axis2.client.Options |
getOptions()
Deprecated.
Get the currently active options that are used by the
createService(EndpointReference) method. |
void |
setOptions(org.apache.axis2.client.Options options)
Deprecated.
Set the options to use when creating new
RPCServiceClient
objects with createService(EndpointReference) . |
public ConfigurableServiceFactory()
setOptions(Options)
to specify other options.public ConfigurableServiceFactory(org.apache.axis2.client.Options options)
public org.apache.axis2.rpc.client.RPCServiceClient createService(org.apache.axis2.addressing.EndpointReference target) throws org.apache.axis2.AxisFault
ServiceFactory
RPCServiceClient
object.createService
in interface ServiceFactory
target
- The URL to the web serviceorg.apache.axis2.AxisFault
public void setOptions(org.apache.axis2.client.Options options)
RPCServiceClient
objects with createService(EndpointReference)
.options
- The options, or null to use the default optionspublic org.apache.axis2.client.Options getOptions()
createService(EndpointReference)
method.