com.sun.xml.ws.api.policy
Class ModelUnmarshaller

java.lang.Object
  extended by com.sun.xml.ws.policy.sourcemodel.PolicyModelUnmarshaller
      extended by com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelUnmarshaller
          extended by com.sun.xml.ws.api.policy.ModelUnmarshaller

public class ModelUnmarshaller
extends XmlPolicyModelUnmarshaller

Author:
Fabian Ritzmann

Method Summary
protected  PolicySourceModel createSourceModel(NamespaceVersion nsVersion, String id, String name)
          Allow derived classes to pass in a custom instance of PolicySourceModel.
static ModelUnmarshaller getUnmarshaller()
          Factory method that returns a ModelUnmarshaller instance.
 
Methods inherited from class com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelUnmarshaller
unmarshalModel
 
Methods inherited from class com.sun.xml.ws.policy.sourcemodel.PolicyModelUnmarshaller
getXmlUnmarshaller
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUnmarshaller

public static ModelUnmarshaller getUnmarshaller()
Factory method that returns a ModelUnmarshaller instance.

Returns:
PolicyModelGenerator instance

createSourceModel

protected PolicySourceModel createSourceModel(NamespaceVersion nsVersion,
                                              String id,
                                              String name)
Description copied from class: XmlPolicyModelUnmarshaller
Allow derived classes to pass in a custom instance of PolicySourceModel.

Overrides:
createSourceModel in class XmlPolicyModelUnmarshaller
Returns:


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.