|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.juddi.v3.client.config.UDDIClerkManager
public class UDDIClerkManager
| Constructor Summary | |
|---|---|
UDDIClerkManager()
|
|
UDDIClerkManager(String configurationFile)
Manages the clerks. |
|
UDDIClerkManager(String configurationFile,
Properties properties)
Manages the clerks. |
|
| Method Summary | |
|---|---|
ClientConfig |
getClientConfig()
|
String |
getName()
|
Transport |
getTransport()
|
Transport |
getTransport(String nodeName)
Returns the transport defined for the node with the given nodeName. |
void |
registerAnnotatedServices()
Registers services to UDDI using a clerk, and the uddi.xml configuration. |
void |
restart()
|
void |
saveClerkAndNodeInfo()
Saves the clerk and node info from the uddi.xml to the home jUDDI registry. |
void |
start()
Initializes the UDDI Clerk. |
protected void |
startEmbeddedServer()
|
void |
stop()
Stops the clerks. |
protected void |
stopEmbeddedServer()
|
void |
unRegisterAnnotatedServices()
Removes the service and all of its bindingTemplates of the annotated classes. |
void |
unRegisterBindingsOfAnnotatedServices(boolean removeServiceWithNoBindingTemplates)
Removes the bindings of the services in the annotated classes. |
void |
xRegister()
X-Register services listed in the uddi.xml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UDDIClerkManager()
throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationException
public UDDIClerkManager(String configurationFile)
throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationException
public UDDIClerkManager(String configurationFile,
Properties properties)
throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationException| Method Detail |
|---|
public void stop()
throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationException
public void start()
throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationException
protected void startEmbeddedServer()
throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationException
protected void stopEmbeddedServer()
throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationException
public void restart()
throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationExceptionpublic void saveClerkAndNodeInfo()
public void xRegister()
public void registerAnnotatedServices()
public void unRegisterAnnotatedServices()
TransportException
RemoteExceptionpublic void unRegisterBindingsOfAnnotatedServices(boolean removeServiceWithNoBindingTemplates)
removeServiceWithNoBindingTemplates - - if set to true it will remove the service if there
are no other BindingTemplates.public ClientConfig getClientConfig()
public String getName()
public Transport getTransport()
throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationException
public Transport getTransport(String nodeName)
throws org.apache.commons.configuration.ConfigurationException
nodeName -
org.apache.commons.configuration.ConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||