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

java.lang.Objecttoolbox.uddi.GenericUDDIManagerImpl
public class GenericUDDIManagerImpl
The default UDDIManager implementation.
| Constructor Summary | |
|---|---|
GenericUDDIManagerImpl()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy this manager instance. |
void |
discardAuthenticationContext(AuthenticationContext ctx)
Discard the given AuthenticationContext. |
InquiryProxy |
getInquiryProxy()
Return the configured InquiryProxy instance. |
java.lang.String |
getName()
Return the name of this manager. |
PublicationProxy |
getPublicationProxy()
Return the configured PublicationProxy instance. |
SecurityProxy |
getSecurityProxy()
Return the configured SecurityProxy instance. |
ServiceInfo |
getServiceInfo(java.lang.String name)
Return the named ServiceInfo instance. |
void |
init(java.lang.String name,
XMLProperties xmlProps)
Initialise this manager with the given name and XML configuration properties. |
AuthenticationContext |
newAuthenticationContext()
Create a new AuthenticationContext instance. |
AuthenticationContext |
newAuthenticationContext(java.lang.String user,
java.lang.String passwd)
Create a new AuthenticationContext instance using the given user and password |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericUDDIManagerImpl()
| Method Detail |
|---|
public void init(java.lang.String name,
XMLProperties xmlProps)
throws UDDIException
init in interface UDDIManagername - The name of this manager.xmlProps - XMLProperties instance containing the manager
configuration.
UDDIException - if the manager cannot be initialised.public SecurityProxy getSecurityProxy()
getSecurityProxy in interface UDDIManagerpublic InquiryProxy getInquiryProxy()
getInquiryProxy in interface UDDIManagerpublic PublicationProxy getPublicationProxy()
getPublicationProxy in interface UDDIManagerpublic ServiceInfo getServiceInfo(java.lang.String name)
getServiceInfo in interface UDDIManagername - String containing the name of the ServiceInfo that
must be returned.
public AuthenticationContext newAuthenticationContext()
throws UDDIException
newAuthenticationContext in interface UDDIManagerUDDIException - if the context cannot be created.
public AuthenticationContext newAuthenticationContext(java.lang.String user,
java.lang.String passwd)
throws UDDIException
newAuthenticationContext in interface UDDIManageruser - User id to use.passwd - Passwword to use.
UDDIException - if the context cannot be created.public void discardAuthenticationContext(AuthenticationContext ctx)
discardAuthenticationContext in interface UDDIManagerctx - AuthenticationContext to discard.public java.lang.String getName()
getName in interface UDDIManagerpublic void destroy()
destroy in interface UDDIManager
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||