FileDocCategorySizeDatePackage
WebServiceEndpointEventListener.javaAPI DocGlassfish v2 API3346Fri May 04 22:33:42 BST 2007com.sun.enterprise.admin.event.wsmgmt

WebServiceEndpointEventListener

public interface WebServiceEndpointEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface to handle web-service-endpoint element events.

Fields Summary
Constructors Summary
Methods Summary
public voidhandleCreate(WebServiceEndpointEvent event)
Handles element additions.

param
event Event to be processed.
throws
AdminEventListenerException when the listener is unable to process the event.

public voidhandleDelete(WebServiceEndpointEvent event)
Handles web-service-endpoint element removal.

param
event Event to be processed.
throws
AdminEventListenerException when the listener is unable to process the event.

public voidhandleUpdate(WebServiceEndpointEvent event)
Handles web-service-endpoint element modification (attributes/properties values changed).

param
event Event to be processed.
throws
AdminEventListenerException when the listener is unable to process the event.