Package com.sun.xml.ws.api.policy
Class ModelUnmarshaller
java.lang.Object
com.sun.xml.ws.policy.sourcemodel.PolicyModelUnmarshaller
com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelUnmarshaller
com.sun.xml.ws.api.policy.ModelUnmarshaller
- Author:
- Fabian Ritzmann
-
Method Summary
Modifier and TypeMethodDescriptionprotected PolicySourceModelcreateSourceModel(NamespaceVersion nsVersion, String id, String name) Allow derived classes to pass in a custom instance of PolicySourceModel.static ModelUnmarshallerFactory method that returns aModelUnmarshallerinstance.Methods inherited from class com.sun.xml.ws.policy.sourcemodel.XmlPolicyModelUnmarshaller
unmarshalModelMethods inherited from class com.sun.xml.ws.policy.sourcemodel.PolicyModelUnmarshaller
getXmlUnmarshaller
-
Method Details
-
getUnmarshaller
Factory method that returns aModelUnmarshallerinstance.- Returns:
PolicyModelGeneratorinstance
-
createSourceModel
Description copied from class:XmlPolicyModelUnmarshallerAllow derived classes to pass in a custom instance of PolicySourceModel.- Overrides:
createSourceModelin classXmlPolicyModelUnmarshaller- Returns:
-