com.sun.xml.ws.policy.sourcemodel
Class XmlPolicyModelMarshaller

java.lang.Object
  extended by com.sun.xml.ws.policy.sourcemodel.PolicyModelMarshaller
      extended by com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelMarshaller

public final class XmlPolicyModelMarshaller
extends PolicyModelMarshaller


Method Summary
 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
 
Methods inherited from class com.sun.xml.ws.policy.sourcemodel.PolicyModelMarshaller
getXmlMarshaller
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 marshalled
storage - 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 marshalled
storage - reference to underlying storage that should be used for model marshalling
Throws:
PolicyException - If marshalling failed


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.