Methods Summary |
---|
public void | addAuthListener(AuthenticationListener listener)Register a new listener interface to receive authentication
notification.
|
public void | addLifecycleListener(EndpointLifecycleListener listener)Register a new listener interface to receive notification of
web service endpoint creation and deletion
|
public Endpoint | getEndpoint(java.lang.String endpointSelector)
|
public java.util.Iterator | getEndpoints()
|
public GlobalMessageListener | getGlobalMessageListener()get the global listener interface or null if none is set.
|
public void | removeAuthListener(AuthenticationListener listener)Unregister a listener interface
|
public void | removeLifecycleListener(EndpointLifecycleListener listener)Unregister a listener interface
|
public void | setGlobalMessageListener(GlobalMessageListener listener)Set the unique global listener interface to trace all web service requests
or responses. Set to null if no tracing is needed
|