public final class XmlPolicyModelMarshaller extends PolicyModelMarshaller
| Modifier and Type | Method and Description |
|---|---|
void |
marshal(Collection<PolicySourceModel> models,
Object storage)
Marshalls the collection of policy source models using provided storage reference
|
void |
marshal(PolicySourceModel model,
Object storage)
Marshalls the policy source model using provided storage reference
|
getXmlMarshallerpublic void marshal(PolicySourceModel model, Object storage) throws PolicyException
PolicyModelMarshallermarshal in class PolicyModelMarshallermodel - policy source model to be marshalledstorage - reference to underlying storage that should be used for model marshallingPolicyException - If marshalling failedpublic void marshal(Collection<PolicySourceModel> models, Object storage) throws PolicyException
PolicyModelMarshallermarshal in class PolicyModelMarshallermodels - collection of policy source models to be marshalledstorage - reference to underlying storage that should be used for model marshallingPolicyException - If marshalling failedCopyright © 2006–2017 Oracle Corporation. All rights reserved.