public class ManagedClientAssertion extends ManagementAssertion
ManagementAssertion.Setting
Modifier and Type | Field and Description |
---|---|
static QName |
MANAGED_CLIENT_QNAME |
MANAGEMENT_ATTRIBUTE_QNAME, MONITORING_ATTRIBUTE_QNAME
Constructor and Description |
---|
ManagedClientAssertion(com.sun.xml.ws.policy.sourcemodel.AssertionData data,
Collection<com.sun.xml.ws.policy.PolicyAssertion> assertionParameters) |
Modifier and Type | Method and Description |
---|---|
static ManagedClientAssertion |
getAssertion(WSPortInfo portInfo)
Return ManagedClient assertion if there is one associated with the client.
|
boolean |
isManagementEnabled()
Clients cannot be managed.
|
getAssertion, getId, getStart, monitoringAttribute
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedAssertionsIterator, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
public static final QName MANAGED_CLIENT_QNAME
public ManagedClientAssertion(com.sun.xml.ws.policy.sourcemodel.AssertionData data, Collection<com.sun.xml.ws.policy.PolicyAssertion> assertionParameters) throws com.sun.xml.ws.policy.spi.AssertionCreationException
com.sun.xml.ws.policy.spi.AssertionCreationException
public static ManagedClientAssertion getAssertion(WSPortInfo portInfo) throws WebServiceException
portInfo
- The client PortInfo.WebServiceException
- If computing the effective policy of the port failed.public boolean isManagementEnabled()
isManagementEnabled
in class ManagementAssertion
Copyright © 2015 Oracle Corporation. All rights reserved.