Uses of Class
com.sun.xml.ws.policy.sourcemodel.PolicyModelUnmarshaller
-
Packages that use PolicyModelUnmarshaller Package Description com.sun.xml.ws.api.policy com.sun.xml.ws.policy.sourcemodel The part of public policy API that defines the classes and interfaces dealing with the policy tree structure (policy source model) creation and manipulation. -
-
Uses of PolicyModelUnmarshaller in com.sun.xml.ws.api.policy
Subclasses of PolicyModelUnmarshaller in com.sun.xml.ws.api.policy Modifier and Type Class Description classModelUnmarshaller -
Uses of PolicyModelUnmarshaller in com.sun.xml.ws.policy.sourcemodel
Subclasses of PolicyModelUnmarshaller in com.sun.xml.ws.policy.sourcemodel Modifier and Type Class Description classXmlPolicyModelUnmarshallerUnmarshal XML policy expressions.Methods in com.sun.xml.ws.policy.sourcemodel that return PolicyModelUnmarshaller Modifier and Type Method Description static PolicyModelUnmarshallerPolicyModelUnmarshaller. getXmlUnmarshaller()Factory method that returns policy model unmarshaller able to unmarshal policy expressions from XML source.
-