|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.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 UDDIManager
name
- 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 UDDIManager
public InquiryProxy getInquiryProxy()
getInquiryProxy
in interface UDDIManager
public PublicationProxy getPublicationProxy()
getPublicationProxy
in interface UDDIManager
public ServiceInfo getServiceInfo(java.lang.String name)
getServiceInfo
in interface UDDIManager
name
- String containing the name of the ServiceInfo that
must be returned.
public AuthenticationContext newAuthenticationContext() throws UDDIException
newAuthenticationContext
in interface UDDIManager
UDDIException
- if the context cannot be created.public AuthenticationContext newAuthenticationContext(java.lang.String user, java.lang.String passwd) throws UDDIException
newAuthenticationContext
in interface UDDIManager
user
- User id to use.passwd
- Passwword to use.
UDDIException
- if the context cannot be created.public void discardAuthenticationContext(AuthenticationContext ctx)
discardAuthenticationContext
in interface UDDIManager
ctx
- AuthenticationContext to discard.public java.lang.String getName()
getName
in interface UDDIManager
public void destroy()
destroy
in interface UDDIManager
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |