Package com.sun.xml.wss.provider.wsit
Class ConfigHelper.AuthConfigRegistrationWrapper.AuthConfigRegistrationListener
- java.lang.Object
-
- com.sun.xml.wss.provider.wsit.ConfigHelper.AuthConfigRegistrationWrapper.AuthConfigRegistrationListener
-
- All Implemented Interfaces:
RegistrationListener
- Enclosing class:
- ConfigHelper.AuthConfigRegistrationWrapper
public class ConfigHelper.AuthConfigRegistrationWrapper.AuthConfigRegistrationListener extends Object implements RegistrationListener
-
-
Constructor Summary
Constructors Constructor Description AuthConfigRegistrationListener(String layer, String appCtxt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotify(String layer, String appContext)Notify the listener that a registration with which it was associated was replaced or unregistered.
-
-
-
Method Detail
-
notify
public void notify(String layer, String appContext)
Description copied from interface:RegistrationListenerNotify the listener that a registration with which it was associated was replaced or unregistered.When a
RegistrationListeneris associated with a provider registration within the factory, the factory must call itsnotifymethod when the corresponding registration is unregistered or replaced.The factory detaches the listener from the corresponding registration once the listener has been notified for the registration. The
detachListernermethod must be called to detach listeners that are no longer in use.- Specified by:
notifyin interfaceRegistrationListener- Parameters:
layer- A String identifying the one or more message layers corresponding to the registration for which the listener is being notified.appContext- A String value identifying the application contexts corresponding to the registration for which the listener is being notified.
-
-