| 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 | Method and Description |
|---|---|
private void |
PolicyModelTranslator.decompose(java.util.Collection<ModelNode> content,
PolicyModelTranslator.ContentDecomposition decomposition)
Decomposes the unprocessed alternative content into two different collections:
Content of 'EXACTLY_ONE' child nodes is expanded and placed in one list and
'ASSERTION' nodes are placed into other list.
|