|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.policy.sourcemodel.PolicyModelMarshaller
com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelMarshaller
public final class XmlPolicyModelMarshaller
| Method Summary | |
|---|---|
void |
marshal(java.util.Collection<PolicySourceModel> models,
java.lang.Object storage)
Marshalls the collection of policy source models using provided storage reference |
void |
marshal(PolicySourceModel model,
java.lang.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 |
|---|
public void marshal(PolicySourceModel model,
java.lang.Object storage)
throws PolicyException
PolicyModelMarshaller
marshal in class PolicyModelMarshallermodel - policy source model to be marshalledstorage - reference to underlying storage that should be used for model marshalling
PolicyException - If marshalling failed
public void marshal(java.util.Collection<PolicySourceModel> models,
java.lang.Object storage)
throws PolicyException
PolicyModelMarshaller
marshal in class PolicyModelMarshallermodels - collection of policy source models to be marshalledstorage - reference to underlying storage that should be used for model marshalling
PolicyException - If marshalling failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||