FileDocCategorySizeDatePackage
WebServiceConfig.javaAPI DocGlassfish v2 API4048Fri May 04 22:24:42 BST 2007com.sun.enterprise.admin.wsmgmt.config.spi

WebServiceConfig

public interface WebServiceConfig
This represents management configuration for a web service end point.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetEndpointName()
Returns the name of the web service endpoint name (relative i.e. does not include module id in the name.

return
the relative name of the web service endpoint

public booleangetJbiEnabled()
Returns true, if this web service endpoint JBI enabled

return
true, if this web service endpoint JBI enabled

public intgetMaxHistorySize()
Returns the max history size (size of stored monitoring stats)

return
the max history size (size of stored monitoring stats)

public java.lang.StringgetMonitoringLevel()
Returns the monitoring level OFF, LOW or HIGH

return
the monitoring level OFF, LOW or HIGH

public java.lang.StringgetName()
Returns the name of the web service endpoint

return
the name of the web service endpoint

public RegistryLocation[]getRegistryLocation()
Returns the registries where the web service end point artifacts are published.

return
the registries where the web service end point artifacts are published.

public TransformationRule[]getRequestTransformationRule()
Returns the transformation rules defined for this endpoint during request phase

return
the transformation rules defined for this endpoint

public TransformationRule[]getResponseTransformationRule()
Returns the transformation rules defined for this endpoint during response phase

return
the transformation rules defined for this endpoint

public TransformationRule[]getTransformationRule()
Returns the transformation rules defined for this endpoint

return
the transformation rules defined for this endpoint