|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objecttoolbox.services.BaseService
toolbox.services.uddi.UDDIService
public class UDDIService
Convenience service implementation that can be used to develop services
that require interaction with an UDDI registry using the
toolbox.uddi package.
| Constructor Summary | |
|---|---|
protected |
UDDIService()
Default constructor. |
| Method Summary | |
|---|---|
void |
create(java.lang.String name,
java.lang.String confHome,
ServiceEnvironment env,
XMLProperties xmlProps)
Create the service by obtaining a reference to the UDDIManager in the provided environment. |
void |
destroy()
Destroy this service. |
protected InquiryProxy |
getInquiryProxy()
Return the InquiryProxy used by this service. |
protected PublicationProxy |
getPublicationProxy()
Return the PublicationProxy used by this service. |
protected SecurityProxy |
getSecurityProxy()
Return the SecurityProxy used by this service. |
protected UDDIManager |
getUDDIManager()
Return the UDDIManager for this service. |
| Methods inherited from class toolbox.services.BaseService |
|---|
getConfigHome, getName, getProperties, getProperty, getXMLProperties, logConfig, logFine, logFiner, logFinest, logInfo, logSevere, logWarning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected UDDIService()
| Method Detail |
|---|
public void create(java.lang.String name,
java.lang.String confHome,
ServiceEnvironment env,
XMLProperties xmlProps)
throws ServiceException
create in interface Servicecreate in class BaseServicename - The name of this service.confHome - The path to the configuration home directory.env - The service environment for this service.xmlProps - XML configuration properties.
ServiceException - if this service cannot be created.protected SecurityProxy getSecurityProxy()
protected InquiryProxy getInquiryProxy()
protected PublicationProxy getPublicationProxy()
protected UDDIManager getUDDIManager()
public void destroy()
destroy in interface Servicedestroy in class BaseService
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||