public final class WSEndpointLifeCycleListener extends Object implements EndpointLifecycleListener
| Constructor and Description |
|---|
WSEndpointLifeCycleListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
endpointAdded(Endpoint endpoint)
Notification of a new Web Service endpoint installation in the
appserver.
|
void |
endpointRemoved(Endpoint endpoint)
Notification of a Web Service endpoint removal from the appserver
|
public void endpointAdded(Endpoint endpoint)
EndpointLifecycleListenerendpointAdded in interface EndpointLifecycleListenerendpoint - endpoint to register SOAPMessageListener if needed.public void endpointRemoved(Endpoint endpoint)
EndpointLifecycleListenerendpointRemoved in interface EndpointLifecycleListenerendpoint - handler to register SOAPMessageListener if needed.Copyright © 2019. All rights reserved.