public class XmlPolicyModelUnmarshaller extends PolicyModelUnmarshaller
Modifier | Constructor and Description |
---|---|
protected |
XmlPolicyModelUnmarshaller()
Creates a new instance of XmlPolicyModelUnmarshaller
|
Modifier and Type | Method and Description |
---|---|
protected PolicySourceModel |
createSourceModel(NamespaceVersion nsVersion,
String id,
String name)
Allow derived classes to pass in a custom instance of PolicySourceModel.
|
PolicySourceModel |
unmarshalModel(Object storage)
|
getXmlUnmarshaller
protected XmlPolicyModelUnmarshaller()
public PolicySourceModel unmarshalModel(Object storage) throws PolicyException
unmarshalModel
in class PolicyModelUnmarshaller
storage
- reference to underlying storage that should be used for model unmarshallingnull
.PolicyException
- in case of the unmarshalling problemsprotected PolicySourceModel createSourceModel(NamespaceVersion nsVersion, String id, String name)
nsVersion
- id
- name
- Copyright © 2006–2017 Oracle Corporation. All rights reserved.