|
||||||||||
| 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
public abstract class PolicyModelMarshaller
Abstract class defines interface for policy model marshaller implementations that are specific to underlying persistence layer.
| Method Summary | |
|---|---|
static PolicyModelMarshaller |
getXmlMarshaller(boolean marshallInvisible)
Factory methods that returns a marshaller instance based on input parameter. |
abstract void |
marshal(Collection<PolicySourceModel> models,
Object storage)
Marshalls the collection of policy source models using provided storage reference |
abstract void |
marshal(PolicySourceModel model,
Object storage)
Marshalls the policy source model using provided storage reference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public abstract void marshal(PolicySourceModel model,
Object storage)
throws PolicyException
model - policy source model to be marshalledstorage - reference to underlying storage that should be used for model marshalling
PolicyException - If marshalling failed
public abstract void marshal(Collection<PolicySourceModel> models,
Object storage)
throws PolicyException
models - collection of policy source models to be marshalledstorage - reference to underlying storage that should be used for model marshalling
PolicyException - If marshalling failedpublic static PolicyModelMarshaller getXmlMarshaller(boolean marshallInvisible)
marshallInvisible - boolean parameter indicating whether the marshaller
returned by this method does marshall private assertions or not.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||