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

TransformationRuleEventListener

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

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

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

public voidhandleDelete(TransformationRuleEvent 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(TransformationRuleEvent 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.