| Package | Description |
|---|---|
| com.sun.xml.ws.policy |
The root package of public policy API.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<PolicySubject> |
PolicyScope.subjects |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.util.Collection<PolicySubject> |
PolicyScope.getPolicySubjects()
Returns all subjects contained by this scope
|
java.util.Collection<PolicySubject> |
PolicyMap.getPolicySubjects()
Returns all policy subjects contained by this map.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
PolicyScope.attach(PolicySubject subject) |
boolean |
PolicyMap.isFaultMessageSubject(PolicySubject subject) |
boolean |
PolicyMap.isInputMessageSubject(PolicySubject subject) |
boolean |
PolicyMap.isOutputMessageSubject(PolicySubject subject) |
void |
PolicyMapExtender.putEndpointSubject(PolicyMapKey key,
PolicySubject subject) |
void |
PolicyMapExtender.putFaultMessageSubject(PolicyMapKey key,
PolicySubject subject) |
void |
PolicyMapExtender.putInputMessageSubject(PolicyMapKey key,
PolicySubject subject) |
void |
PolicyMapExtender.putOperationSubject(PolicyMapKey key,
PolicySubject subject) |
void |
PolicyMapExtender.putOutputMessageSubject(PolicyMapKey key,
PolicySubject subject) |
void |
PolicyMapExtender.putServiceSubject(PolicyMapKey key,
PolicySubject subject) |
(package private) void |
PolicyMap.putSubject(PolicyMap.ScopeType scopeType,
PolicyMapKey key,
PolicySubject subject)
Places new subject into policy map under the scope identified by it's type and policy map key.
|
(package private) void |
PolicyMap.ScopeMap.putSubject(PolicyMapKey key,
PolicySubject subject) |
| Modifier and Type | Method and Description |
|---|---|
private void |
PolicyMap.addSubjects(java.util.Collection<PolicySubject> subjects,
PolicyMap.ScopeMap scopeMap)
Add all subjects in the given map to the collection
|
static void |
PolicyMapUtil.insertPolicies(PolicyMap policyMap,
java.util.Collection<PolicySubject> policySubjects,
javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName)
Inserts all PolicySubjects of type WsdlBindingSubject into the given policy map.
|
| Constructor and Description |
|---|
PolicyScope(java.util.List<PolicySubject> initialSubjects) |