Searched defs:PolicySubject (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DPolicySubject.java36 * A PolicySubject is an entity (e.g., a port, operation, binding,
41 public final class PolicySubject { class
42 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(PolicySubject.class);
55 public PolicySubject(Object subject, Policy policy) throws IllegalArgumentException { method in class:PolicySubject
73 public PolicySubject(Object subject, Collection<Policy> policies) throws IllegalArgumentException { method in class:PolicySubject

Completed in 29 milliseconds