| 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 | Description |
|---|---|---|
protected PolicySourceModel |
PolicySourceModel.clone() |
|
protected PolicySourceModel |
PolicyModelGenerator.PolicySourceModelCreator.create(Policy policy) |
Create an instance of the PolicySourceModel.
|
static PolicySourceModel |
PolicySourceModel.createPolicySourceModel(NamespaceVersion nsVersion) |
Factory method that creates new policy source model instance.
|
static PolicySourceModel |
PolicySourceModel.createPolicySourceModel(NamespaceVersion nsVersion,
String policyId,
String policyName) |
Factory method that creates new policy source model instance and initializes it according to parameters provided.
|
protected PolicySourceModel |
XmlPolicyModelUnmarshaller.createSourceModel(NamespaceVersion nsVersion,
String id,
String name) |
Allow derived classes to pass in a custom instance of PolicySourceModel.
|
PolicySourceModel |
ModelNode.getParentModel() |
Returns the parent policy source model that contains this model node.
|
abstract PolicySourceModel |
PolicyModelGenerator.translate(Policy policy) |
This method translates a
Policy into a
policy infoset. |
abstract PolicySourceModel |
PolicyModelUnmarshaller.unmarshalModel(Object storage) |
Unmarshalls single policy source model from provided storage reference.
|
PolicySourceModel |
XmlPolicyModelUnmarshaller.unmarshalModel(Object storage) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
PolicySourceModelContext.addModel(URI modelUri,
PolicySourceModel model) |
|
abstract void |
PolicyModelMarshaller.marshal(PolicySourceModel model,
Object storage) |
Marshalls the policy source model using provided storage reference
|
void |
XmlPolicyModelMarshaller.marshal(PolicySourceModel model,
Object storage) |
|
Policy |
PolicyModelTranslator.translate(PolicySourceModel model) |
The method translates
PolicySourceModel structure into normalized Policy expression. |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
PolicyModelMarshaller.marshal(Collection<PolicySourceModel> models,
Object storage) |
Marshalls the collection of policy source models using provided storage reference
|
void |
XmlPolicyModelMarshaller.marshal(Collection<PolicySourceModel> models,
Object storage) |
Copyright © 2006–2018 Oracle Corporation. All rights reserved.