public class UDDIClerkManager extends Object
| Constructor and Description |
|---|
UDDIClerkManager() |
UDDIClerkManager(String configurationFile)
Manages the clerks.
|
UDDIClerkManager(String configurationFile,
Properties properties)
Manages the clerks.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public UDDIClerkManager()
throws ConfigurationException
ConfigurationExceptionpublic UDDIClerkManager(String configurationFile) throws ConfigurationException
ConfigurationExceptionpublic UDDIClerkManager(String configurationFile, Properties properties) throws ConfigurationException
ConfigurationExceptionpublic void stop()
throws ConfigurationException
ConfigurationExceptionpublic void start()
throws ConfigurationException
ConfigurationExceptionprotected void startEmbeddedServer()
throws ConfigurationException
ConfigurationExceptionprotected void stopEmbeddedServer()
throws ConfigurationException
ConfigurationExceptionpublic void restart()
throws ConfigurationException
ConfigurationExceptionpublic void saveClerkAndNodeInfo()
public void xRegister()
public void registerAnnotatedServices()
public void unRegisterAnnotatedServices()
TransportExceptionRemoteExceptionpublic 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 ConfigurationException
ConfigurationExceptionpublic Transport getTransport(String nodeName) throws ConfigurationException
nodeName - ConfigurationExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.