Class XmlPolicyModelMarshaller
java.lang.Object
com.sun.xml.ws.policy.sourcemodel.PolicyModelMarshaller
com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelMarshaller
-
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(PolicySourceModel model, Object storage) Marshalls the policy source model using provided storage referencevoidmarshal(Collection<PolicySourceModel> models, Object storage) Marshalls the collection of policy source models using provided storage referenceMethods inherited from class com.sun.xml.ws.policy.sourcemodel.PolicyModelMarshaller
getXmlMarshaller
-
Method Details
-
marshal
Description copied from class:PolicyModelMarshallerMarshalls the policy source model using provided storage reference- Specified by:
marshalin classPolicyModelMarshaller- 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
Description copied from class:PolicyModelMarshallerMarshalls the collection of policy source models using provided storage reference- Specified by:
marshalin classPolicyModelMarshaller- 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
-