Package com.sun.xml.ws.server
Class MonitorRootService
- java.lang.Object
-
- com.sun.xml.ws.server.MonitorBase
-
- com.sun.xml.ws.server.MonitorRootService
-
@ManagedObject @Description("Metro Web Service endpoint") @AMXMetadata(type="WSEndpoint") public final class MonitorRootService extends MonitorBase- Author:
- Harold Carr
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressingVersionaddressingVersion()BindingIDbindingID()Containercontainer()booleandumpHTTPMessages()voiddumpHTTPMessages(boolean x)WSFeatureListfeatures()StringjaxwsRuntimeVersion()Stringpolicy()QNameportName()StringseiModelWSDLLocation()Set<String>serviceDefinitionImports()URLserviceDefinitionURL()QNameserviceName()StringsoapVersionHttpBindingId()EndpointAddresswsdlEndpointAddress()QNamewsdlPortTypeName()-
Methods inherited from class com.sun.xml.ws.server.MonitorBase
createManagedObjectManager, createManagedObjectManager
-
-
-
-
Method Detail
-
policy
@ManagedAttribute @Description("Policy associated with Endpoint") public String policy()
-
soapVersionHttpBindingId
@ManagedAttribute @Description("Binding SOAP Version") public String soapVersionHttpBindingId()
-
addressingVersion
@ManagedAttribute @Description("Binding Addressing Version") public AddressingVersion addressingVersion()
-
bindingID
@ManagedAttribute @Description("Binding Identifier") @NotNull public BindingID bindingID()
-
features
@ManagedAttribute @Description("Binding features") @NotNull public WSFeatureList features()
-
wsdlPortTypeName
@ManagedAttribute @Description("WSDLPort bound port type") public QName wsdlPortTypeName()
-
wsdlEndpointAddress
@ManagedAttribute @Description("Endpoint address") public EndpointAddress wsdlEndpointAddress()
-
serviceDefinitionImports
@ManagedAttribute @Description("Documents referenced") public Set<String> serviceDefinitionImports()
-
serviceDefinitionURL
@ManagedAttribute @Description("System ID where document is taken from") public URL serviceDefinitionURL()
-
seiModelWSDLLocation
@ManagedAttribute @Description("SEI model WSDL location") public String seiModelWSDLLocation()
-
jaxwsRuntimeVersion
@ManagedAttribute @Description("JAX-WS runtime version") public String jaxwsRuntimeVersion()
-
dumpHTTPMessages
@ManagedAttribute @Description("If true: show what goes across HTTP transport") public boolean dumpHTTPMessages()
-
dumpHTTPMessages
@ManagedAttribute @Description("Show what goes across HTTP transport") public void dumpHTTPMessages(boolean x)
-
-