Uses of Class
com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
-
Packages that use NamespaceVersion Package Description com.sun.xml.ws.api.policy com.sun.xml.ws.policy The root package of public policy API.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.ws.policy.sourcemodel.wspolicy -
-
Uses of NamespaceVersion in com.sun.xml.ws.api.policy
Methods in com.sun.xml.ws.api.policy with parameters of type NamespaceVersion Modifier and Type Method Description 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 NamespaceVersion in com.sun.xml.ws.policy
Methods in com.sun.xml.ws.policy that return NamespaceVersion Modifier and Type Method Description NamespaceVersionPolicy. getNamespaceVersion()Methods in com.sun.xml.ws.policy with parameters of type NamespaceVersion Modifier and Type Method Description static PolicyPolicy. createEmptyPolicy(NamespaceVersion nsVersion, String name, String policyId)The factory method creates an immutable policy instance which represents a 'anything allowed' policy expression.static PolicyPolicy. createNullPolicy(NamespaceVersion nsVersion, String name, String policyId)The factory method creates an immutable policy instance which represents a 'nothing allowed' policy expression.static PolicyPolicy. createPolicy(NamespaceVersion nsVersion, String name, String policyId, Collection<AssertionSet> sets)The factory method creates an immutable policy instance which represents a policy expression with alternatives specified bysetsinput parameter. -
Uses of NamespaceVersion in com.sun.xml.ws.policy.sourcemodel
Methods in com.sun.xml.ws.policy.sourcemodel that return NamespaceVersion Modifier and Type Method Description NamespaceVersionPolicySourceModel. getNamespaceVersion()Returns an original namespace version of this policy source model.Methods in com.sun.xml.ws.policy.sourcemodel with parameters of type NamespaceVersion Modifier and Type Method Description 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.Constructors in com.sun.xml.ws.policy.sourcemodel with parameters of type NamespaceVersion Constructor Description PolicySourceModel(NamespaceVersion nsVersion, String policyId, String policyName, Collection<PrefixMapper> prefixMappers)Constructor that creates a new policy source model instance with given id or name identifier and a set of PrefixMappers. -
Uses of NamespaceVersion in com.sun.xml.ws.policy.sourcemodel.wspolicy
Methods in com.sun.xml.ws.policy.sourcemodel.wspolicy that return NamespaceVersion Modifier and Type Method Description static NamespaceVersionNamespaceVersion. getLatestVersion()Returns latest supported version of the policy namespacestatic NamespaceVersionNamespaceVersion. resolveVersion(String uri)Resolves URI represented as a String into an enumeration value.static NamespaceVersionNamespaceVersion. resolveVersion(QName name)Resolves fully qualified name defined in the WS-Policy namespace into an enumeration value.static NamespaceVersionNamespaceVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static NamespaceVersion[]NamespaceVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-