|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClientProvider
This interface allows to perform a unit test with various transports. Basically, the implementation creates the client, including the transport, and the server, if required.
| Method Summary | |
|---|---|
org.apache.xmlrpc.client.XmlRpcClient |
getClient()
Returns a new client instance. |
org.apache.xmlrpc.client.XmlRpcClientConfigImpl |
getConfig()
Returns the clients default configuration. |
org.apache.xmlrpc.server.XmlRpcServer |
getServer()
Returns the providers server instance. |
void |
shutdown()
Performs a shutdown of the server. |
| Method Detail |
|---|
org.apache.xmlrpc.client.XmlRpcClientConfigImpl getConfig()
throws java.lang.Exception
java.lang.Exception - Creating the configuration failed.org.apache.xmlrpc.client.XmlRpcClient getClient()
org.apache.xmlrpc.server.XmlRpcServer getServer()
void shutdown()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||