com.sun.xml.ws.policy.sourcemodel
Class XmlPolicyModelMarshaller
java.lang.Object
com.sun.xml.ws.policy.sourcemodel.PolicyModelMarshaller
com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelMarshaller
public final class XmlPolicyModelMarshaller
- extends PolicyModelMarshaller
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
marshal
public void marshal(PolicySourceModel model,
Object storage)
throws PolicyException
- Description copied from class:
PolicyModelMarshaller
- Marshalls the policy source model using provided storage reference
- Specified by:
marshal in class PolicyModelMarshaller
- Parameters:
model - policy source model to be marshalledstorage - reference to underlying storage that should be used for model marshalling
- Throws:
PolicyException - If marshalling failed
marshal
public void marshal(Collection<PolicySourceModel> models,
Object storage)
throws PolicyException
- Description copied from class:
PolicyModelMarshaller
- Marshalls the collection of policy source models using provided storage reference
- Specified by:
marshal in class PolicyModelMarshaller
- Parameters:
models - collection of policy source models to be marshalledstorage - reference to underlying storage that should be used for model marshalling
- Throws:
PolicyException - If marshalling failed
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.