public final class XmlPolicyModelMarshaller extends PolicyModelMarshaller
| Modifier and Type | Method | Description |
|---|---|---|
void |
marshal(PolicySourceModel model,
Object storage) |
Marshalls the policy source model using provided storage reference
|
void |
marshal(Collection<PolicySourceModel> models,
Object storage) |
Marshalls the collection of policy source models using provided storage reference
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetXmlMarshallerpublic 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–2018 Oracle Corporation. All rights reserved.