Searched refs:ManagedClientAssertion (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/config/management/policy/
H A DManagedClientAssertion.java46 public class ManagedClientAssertion extends ManagementAssertion { class in inherits:ManagementAssertion
51 private static final Logger LOGGER = Logger.getLogger(ManagedClientAssertion.class);
60 public static ManagedClientAssertion getAssertion(WSPortInfo portInfo) throws WebServiceException {
66 final ManagedClientAssertion assertion = ManagementAssertion.getAssertion(MANAGED_CLIENT_QNAME,
67 policyMap, portInfo.getServiceName(), portInfo.getPortName(), ManagedClientAssertion.class);
72 public ManagedClientAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters) method in class:ManagedClientAssertion
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/config/management/policy/
H A DManagementAssertionCreator.java28 import com.sun.xml.internal.ws.api.config.management.policy.ManagedClientAssertion;
41 * Instantiates a PolicyAssertion of type ManagedServiceAssertion or ManagedClientAssertion.
57 else if (ManagedClientAssertion.MANAGED_CLIENT_QNAME.equals(name)) {
58 return new ManagedClientAssertion(data, assertionParameters);
H A DManagementPolicyValidator.java28 import com.sun.xml.internal.ws.api.config.management.policy.ManagedClientAssertion;
46 if (ManagedClientAssertion.MANAGED_CLIENT_QNAME.equals(assertionName)) {
62 else if (ManagedClientAssertion.MANAGED_CLIENT_QNAME.equals(assertionName)) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DMonitorBase.java30 import com.sun.xml.internal.ws.api.config.management.policy.ManagedClientAssertion;
166 final ManagedClientAssertion assertion =
167 ManagedClientAssertion.getAssertion(stub.getPortInfo());

Completed in 134 milliseconds