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
|
getXmlMarshaller
public void marshal(PolicySourceModel model, Object storage) throws PolicyException
PolicyModelMarshaller
marshal
in class PolicyModelMarshaller
model
- 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
PolicyModelMarshaller
marshal
in class PolicyModelMarshaller
models
- collection of policy source models to be marshalledstorage
- reference to underlying storage that should be used for model marshallingPolicyException
- If marshalling failedCopyright © 2006–2016 Oracle Corporation. All rights reserved.