| Package | Description |
|---|---|
| com.sun.xml.ws.policy.sourcemodel |
The part of public policy API that defines the classes and interfaces dealing with
the policy tree structure (policy source model) creation and manipulation.
|
| com.sun.xml.ws.policy.spi |
The package contains policy API extension point definitions.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DefaultPolicyAssertionCreator
Default implementation of a policy assertion creator.
|
| Modifier and Type | Field and Description |
|---|---|
private static PolicyAssertionCreator |
PolicyModelTranslator.defaultCreator |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,PolicyAssertionCreator> |
PolicyModelTranslator.assertionCreators |
| Modifier and Type | Method and Description |
|---|---|
PolicyAssertion |
DefaultPolicyAssertionCreator.createAssertion(AssertionData data,
java.util.Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative,
PolicyAssertionCreator defaultCreator)
|
| Constructor and Description |
|---|
PolicyModelTranslator(java.util.Collection<PolicyAssertionCreator> creators) |
| Modifier and Type | Method and Description |
|---|---|
PolicyAssertion |
PolicyAssertionCreator.createAssertion(AssertionData data,
java.util.Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative,
PolicyAssertionCreator defaultCreator)
Creates domain-specific policy assertion instance according to assertion data provided.
|