@ManagedObject @Description(value="Metro Web Service endpoint") @AMXMetadata(type="WSEndpoint") public final class MonitorRootService extends MonitorBase
Constructor and Description |
---|
MonitorRootService(WSEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
AddressingVersion |
addressingVersion() |
BindingID |
bindingID() |
Container |
container() |
boolean |
dumpHTTPMessages() |
void |
dumpHTTPMessages(boolean x) |
WSFeatureList |
features() |
String |
jaxwsRuntimeVersion() |
String |
policy() |
QName |
portName() |
String |
seiModelWSDLLocation() |
Set<String> |
serviceDefinitionImports() |
URL |
serviceDefinitionURL() |
QName |
serviceName() |
String |
soapVersionHttpBindingId() |
EndpointAddress |
wsdlEndpointAddress() |
QName |
wsdlPortTypeName() |
closeMOM, createManagedObjectManager, createManagedObjectManager
MonitorRootService(WSEndpoint endpoint)
@ManagedAttribute @Description(value="Policy associated with Endpoint") public String policy()
@ManagedAttribute @Description(value="Container") @NotNull public Container container()
@ManagedAttribute @Description(value="Port name") @NotNull public QName portName()
@ManagedAttribute @Description(value="Service name") @NotNull public QName serviceName()
@ManagedAttribute @Description(value="Binding SOAP Version") public String soapVersionHttpBindingId()
@ManagedAttribute @Description(value="Binding Addressing Version") public AddressingVersion addressingVersion()
@ManagedAttribute @Description(value="Binding Identifier") @NotNull public BindingID bindingID()
@ManagedAttribute @Description(value="Binding features") @NotNull public WSFeatureList features()
@ManagedAttribute @Description(value="WSDLPort bound port type") public QName wsdlPortTypeName()
@ManagedAttribute @Description(value="Endpoint address") public EndpointAddress wsdlEndpointAddress()
@ManagedAttribute @Description(value="Documents referenced") public Set<String> serviceDefinitionImports()
@ManagedAttribute @Description(value="System ID where document is taken from") public URL serviceDefinitionURL()
@ManagedAttribute @Description(value="SEI model WSDL location") public String seiModelWSDLLocation()
@ManagedAttribute @Description(value="JAX-WS runtime version") public String jaxwsRuntimeVersion()
@ManagedAttribute @Description(value="If true: show what goes across HTTP transport") public boolean dumpHTTPMessages()
@ManagedAttribute @Description(value="Show what goes across HTTP transport") public void dumpHTTPMessages(boolean x)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.