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

WebServiceEndpointEvent

public class WebServiceEndpointEvent extends com.sun.enterprise.admin.event.ElementChangeEvent
This event deals with web-service-endpoint config element, its attributes and properties

Fields Summary
public static final String
eventType
Event type
Constructors Summary
public WebServiceEndpointEvent(String instance, int action, String id)
Create a new WebServiceEndpointEvent.

param
instance name of the instance to which the event applies
param
action type of action - one of ElementChangeEvent.ACTION_ELEMENT_*
throws
IllegalArgumentException if specified action is not valid


                                         
           
        super(instance, eventType, action, id);
    
Methods Summary