Class MonitorRootService


  • @ManagedObject
    @Description("Metro Web Service endpoint")
    @AMXMetadata(type="WSEndpoint")
    public final class MonitorRootService
    extends MonitorBase
    Author:
    Harold Carr
    • Method Detail

      • policy

        @ManagedAttribute
        @Description("Policy associated with Endpoint")
        public String policy()
      • container

        @ManagedAttribute
        @Description("Container")
        @NotNull
        public Container container()
      • portName

        @ManagedAttribute
        @Description("Port name")
        @NotNull
        public QName portName()
      • serviceName

        @ManagedAttribute
        @Description("Service name")
        @NotNull
        public QName serviceName()
      • 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)