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(javax.xml.namespace.QName name, com.sun.xml.ws.policy.PolicyMap policyMap, javax.xml.namespace.QName serviceName, javax.xml.namespace.QName portName, java.lang.Class<T> type)
          Return ManagementAssertion if one can be found in the policy map under the given service and port name.
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.