Uses of Class
com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
Packages that use PolicySourceModel
Package
Description
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 PolicySourceModel in com.sun.xml.ws.api.policy
Subclasses of PolicySourceModel in com.sun.xml.ws.api.policyModifier and TypeClassDescriptionclassThis class is a root of unmarshalled policy source structure.Methods in com.sun.xml.ws.api.policy that return PolicySourceModelModifier and TypeMethodDescriptionprotected PolicySourceModelprotected PolicySourceModelModelUnmarshaller.createSourceModel(NamespaceVersion nsVersion, String id, String name) static PolicySourceModelSourceModel.createSourceModel(NamespaceVersion nsVersion) Factory method that creates new policy source model instance.static PolicySourceModelSourceModel.createSourceModel(NamespaceVersion nsVersion, String policyId, String policyName) Factory method that creates new policy source model instance and initializes it according to parameters provided. -
Uses of PolicySourceModel in com.sun.xml.ws.policy.sourcemodel
Methods in com.sun.xml.ws.policy.sourcemodel that return PolicySourceModelModifier and TypeMethodDescriptionprotected PolicySourceModelPolicySourceModel.clone()protected PolicySourceModelCreate an instance of the PolicySourceModel.static PolicySourceModelPolicySourceModel.createPolicySourceModel(NamespaceVersion nsVersion) Factory method that creates new policy source model instance.static PolicySourceModelPolicySourceModel.createPolicySourceModel(NamespaceVersion nsVersion, String policyId, String policyName) Factory method that creates new policy source model instance and initializes it according to parameters provided.protected PolicySourceModelXmlPolicyModelUnmarshaller.createSourceModel(NamespaceVersion nsVersion, String id, String name) Allow derived classes to pass in a custom instance of PolicySourceModel.ModelNode.getParentModel()Returns the parent policy source model that contains this model node.abstract PolicySourceModelThis method translates aPolicyinto apolicy infoset.abstract PolicySourceModelPolicyModelUnmarshaller.unmarshalModel(Object storage) Unmarshalls single policy source model from provided storage reference.XmlPolicyModelUnmarshaller.unmarshalModel(Object storage) Methods in com.sun.xml.ws.policy.sourcemodel with parameters of type PolicySourceModelModifier and TypeMethodDescriptionvoidPolicySourceModelContext.addModel(URI modelUri, PolicySourceModel model) abstract voidPolicyModelMarshaller.marshal(PolicySourceModel model, Object storage) Marshalls the policy source model using provided storage referencevoidXmlPolicyModelMarshaller.marshal(PolicySourceModel model, Object storage) PolicyModelTranslator.translate(PolicySourceModel model) The method translatesPolicySourceModelstructure into normalizedPolicyexpression.Method parameters in com.sun.xml.ws.policy.sourcemodel with type arguments of type PolicySourceModelModifier and TypeMethodDescriptionabstract voidPolicyModelMarshaller.marshal(Collection<PolicySourceModel> models, Object storage) Marshalls the collection of policy source models using provided storage referencevoidXmlPolicyModelMarshaller.marshal(Collection<PolicySourceModel> models, Object storage) -
Uses of PolicySourceModel in com.sun.xml.wss.jaxws.impl
Methods in com.sun.xml.wss.jaxws.impl that return PolicySourceModelModifier and TypeMethodDescriptionprotected PolicySourceModelSecurityTubeBase.unmarshalPolicy(String resource) -
Uses of PolicySourceModel in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit that return PolicySourceModelModifier and TypeMethodDescriptionprotected PolicySourceModelWSITAuthContextBase.unmarshalPolicy(String resource)