Uses of Class
com.sun.xml.ws.policy.sourcemodel.PolicySourceModel
-
Packages that use PolicySourceModel 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.com.sun.xml.wss.jaxws.impl com.sun.xml.wss.provider.wsit -
-
Uses of PolicySourceModel in com.sun.xml.ws.api.policy
Subclasses of PolicySourceModel in com.sun.xml.ws.api.policy Modifier and Type Class Description classSourceModelThis class is a root of unmarshalled policy source structure.Methods in com.sun.xml.ws.api.policy that return PolicySourceModel Modifier and Type Method Description protected PolicySourceModelModelGenerator.SourceModelCreator. create(Policy policy)protected 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 PolicySourceModel Modifier and Type Method Description protected PolicySourceModelPolicySourceModel. clone()protected PolicySourceModelPolicyModelGenerator.PolicySourceModelCreator. create(Policy policy)Create 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.PolicySourceModelModelNode. getParentModel()Returns the parent policy source model that contains this model node.abstract PolicySourceModelPolicyModelGenerator. translate(Policy policy)This method translates aPolicyinto apolicy infoset.abstract PolicySourceModelPolicyModelUnmarshaller. unmarshalModel(Object storage)Unmarshalls single policy source model from provided storage reference.PolicySourceModelXmlPolicyModelUnmarshaller. unmarshalModel(Object storage)Methods in com.sun.xml.ws.policy.sourcemodel with parameters of type PolicySourceModel Modifier and Type Method Description voidPolicySourceModelContext. 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)PolicyPolicyModelTranslator. translate(PolicySourceModel model)The method translatesPolicySourceModelstructure into normalizedPolicyexpression.Method parameters in com.sun.xml.ws.policy.sourcemodel with type arguments of type PolicySourceModel Modifier and Type Method Description abstract 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 PolicySourceModel Modifier and Type Method Description protected PolicySourceModelSecurityTubeBase. unmarshalPolicy(String resource) -
Uses of PolicySourceModel in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit that return PolicySourceModel Modifier and Type Method Description protected PolicySourceModelWSITAuthContextBase. unmarshalPolicy(String resource)
-