|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.policy.sourcemodel.PolicyModelUnmarshaller
public abstract class PolicyModelUnmarshaller
Abstract class defines interface for policy model unmarshaller implementations that are specific to underlying persistence layer. Code that depends on JAX-WS should use com.sun.xml.ws.api.policy.ModelUnmarshaller instead of this class.
| Method Summary | |
|---|---|
static PolicyModelUnmarshaller |
getXmlUnmarshaller()
Factory method that returns policy model unmarshaller able to unmarshal policy expressions from XML source. |
abstract PolicySourceModel |
unmarshalModel(Object storage)
Unmarshalls single policy source model from 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 PolicySourceModel unmarshalModel(Object storage)
throws PolicyException
storage - reference to underlying storage that should be used for model unmarshalling
null.
PolicyException - in case of the unmarshalling problemspublic static PolicyModelUnmarshaller getXmlUnmarshaller()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||