public interface EndpointLifecycleListener
| 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
|
void endpointAdded(Endpoint endpoint)
endpoint - endpoint to register SOAPMessageListener if needed.void endpointRemoved(Endpoint endpoint)
endpoint - handler to register SOAPMessageListener if needed.Copyright © 2017. All rights reserved.