Uses of Class
com.sun.xml.ws.api.config.management.policy.ManagementAssertion

Packages that use ManagementAssertion
com.sun.xml.ws.api.config.management.policy   
 

Uses of ManagementAssertion in com.sun.xml.ws.api.config.management.policy
 

Subclasses of ManagementAssertion in com.sun.xml.ws.api.config.management.policy
 class ManagedClientAssertion
          The client-side ManagedClient policy assertion.
 class ManagedServiceAssertion
          The server-side ManagedService policy assertion.
 

Methods in com.sun.xml.ws.api.config.management.policy with type parameters of type ManagementAssertion
protected static
<T extends ManagementAssertion>
T
ManagementAssertion.getAssertion(QName name, PolicyMap policyMap, QName serviceName, QName portName, Class<T> type)
          Return ManagementAssertion if one can be found in the policy map under the given service and port name.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.