|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.policy.SimpleAssertion
com.sun.xml.ws.api.config.management.policy.ManagementAssertion
com.sun.xml.ws.api.config.management.policy.ManagedClientAssertion
public class ManagedClientAssertion
The client-side ManagedClient policy assertion.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.xml.ws.api.config.management.policy.ManagementAssertion |
|---|
ManagementAssertion.Setting |
| Field Summary | |
|---|---|
static QName |
MANAGED_CLIENT_QNAME
|
| Fields inherited from class com.sun.xml.ws.api.config.management.policy.ManagementAssertion |
|---|
MANAGEMENT_ATTRIBUTE_QNAME, MONITORING_ATTRIBUTE_QNAME |
| Constructor Summary | |
|---|---|
ManagedClientAssertion(com.sun.xml.ws.policy.sourcemodel.AssertionData data,
Collection<com.sun.xml.ws.policy.PolicyAssertion> assertionParameters)
|
|
| Method Summary | |
|---|---|
static ManagedClientAssertion |
getAssertion(WSPortInfo portInfo)
Return ManagedClient assertion if there is one associated with the client. |
boolean |
isManagementEnabled()
Clients cannot be managed. |
| Methods inherited from class com.sun.xml.ws.api.config.management.policy.ManagementAssertion |
|---|
getAssertion, getId, getStart, monitoringAttribute |
| Methods inherited from class com.sun.xml.ws.policy.SimpleAssertion |
|---|
getNestedPolicy, hasNestedPolicy |
| Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion |
|---|
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedAssertionsIterator, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final QName MANAGED_CLIENT_QNAME
| Constructor Detail |
|---|
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| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||