| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private PolicyModelGenerator.PolicySourceModelCreator |
NormalizedModelGenerator.sourceModelCreator |
private PolicyModelGenerator.PolicySourceModelCreator |
CompactModelGenerator.sourceModelCreator |
| Modifier and Type | Method and Description |
|---|---|
protected static PolicyModelGenerator |
PolicyModelGenerator.getCompactGenerator(PolicyModelGenerator.PolicySourceModelCreator creator)
Allows derived classes to create instances of the package private
CompactModelGenerator.
|
protected static PolicyModelGenerator |
PolicyModelGenerator.getNormalizedGenerator(PolicyModelGenerator.PolicySourceModelCreator creator)
Allows derived classes to create instances of the package private
NormalizedModelGenerator.
|
| Constructor and Description |
|---|
CompactModelGenerator(PolicyModelGenerator.PolicySourceModelCreator sourceModelCreator) |
NormalizedModelGenerator(PolicyModelGenerator.PolicySourceModelCreator sourceModelCreator) |