| 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 | Method and Description |
|---|---|
PolicyAssertion |
DefaultPolicyAssertionCreator.createAssertion(AssertionData data,
java.util.Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative,
PolicyAssertionCreator defaultCreator)
|
private PolicyAssertion |
PolicyModelTranslator.createPolicyAssertion(AssertionData data,
java.util.Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative) |
private PolicyAssertion |
PolicyModelTranslator.createPolicyAssertionParameter(ModelNode parameterNode) |
private java.util.List<AssertionSet> |
PolicyModelTranslator.normalizeRawAlternative(PolicyModelTranslator.RawAlternative alternative) |
private java.util.List<PolicyAssertion> |
PolicyModelTranslator.normalizeRawAssertion(PolicyModelTranslator.RawAssertion assertion) |
| 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.
|