public interface  org.glassfish.webservices.config.WebServiceEndpoint extends java.lang.Object implements com.sun.enterprise.config.serverbeans.ApplicationExtension
{
public abstract java.lang.String getName();
public abstract void setName(java.lang.String) throws java.beans.PropertyVetoException;
public abstract java.lang.String getMonitoring();
public abstract void setMonitoring(java.lang.String) throws java.beans.PropertyVetoException;
public abstract java.lang.String getMaxHistorySize();
public abstract void setMaxHistorySize(java.lang.String) throws java.beans.PropertyVetoException;
public abstract java.lang.String getJbiEnabled();
public abstract void setJbiEnabled(java.lang.String) throws java.beans.PropertyVetoException;
public abstract java.util.List getRegistryLocation();
public abstract java.util.List getTransformationRule();
}