public abstract class PolicyModelUnmarshaller extends Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
public abstract PolicySourceModel unmarshalModel(Object storage) throws PolicyException
storage - reference to underlying storage that should be used for model unmarshallingnull.PolicyException - in case of the unmarshalling problemspublic static PolicyModelUnmarshaller getXmlUnmarshaller()
Copyright © 2006–2017 Oracle Corporation. All rights reserved.