|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.ws.client.ConfigurableServiceFactory
public class ConfigurableServiceFactory
A service factory implementation that exposes the Options
object.
Field Summary | |
---|---|
private org.apache.axis2.client.Options |
options
|
Constructor Summary | |
---|---|
ConfigurableServiceFactory()
Create a new service factory that uses the default options. |
|
ConfigurableServiceFactory(org.apache.axis2.client.Options options)
Create a new service factory that uses the given options. |
Method Summary | |
---|---|
org.apache.axis2.rpc.client.RPCServiceClient |
createService(org.apache.axis2.addressing.EndpointReference target)
Create a new RPCServiceClient object. |
org.apache.axis2.client.Options |
getOptions()
Get the currently active options that are used by the createService(EndpointReference) method. |
void |
setOptions(org.apache.axis2.client.Options options)
Set the options to use when creating new RPCServiceClient
objects with createService(EndpointReference) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.apache.axis2.client.Options options
Constructor Detail |
---|
public ConfigurableServiceFactory()
setOptions(Options)
to specify other options.
public ConfigurableServiceFactory(org.apache.axis2.client.Options options)
Method Detail |
---|
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 service
org.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.
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |