|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.soap.client.ProviderManagerClient
This is a client to talk to an XML-SOAP ProviderManager to manage providers deployed on the server.
Constructor Summary | |
ProviderManagerClient(java.net.URL routerURL) |
Method Summary | |
void |
deploy(ProviderDeploymentDescriptor dd) |
java.lang.String[] |
list() |
static void |
main(java.lang.String[] args) Command-line app for managing providers on a SOAP server. |
ProviderDeploymentDescriptor |
query(java.lang.String providerName) |
void |
undeploy(java.lang.String providerName) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProviderManagerClient(java.net.URL routerURL)
Method Detail |
public void deploy(ProviderDeploymentDescriptor dd) throws SOAPException
SOAPException
public void undeploy(java.lang.String providerName) throws SOAPException
SOAPException
public java.lang.String[] list() throws SOAPException
SOAPException
public ProviderDeploymentDescriptor query(java.lang.String providerName) throws SOAPException
SOAPException
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |