Uses of Enum
com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
Packages that use NamespaceVersion
Package
Description
The root package of public policy API.
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 NamespaceVersion in com.sun.xml.ws.api.policy
Methods in com.sun.xml.ws.api.policy with parameters of type NamespaceVersionModifier and TypeMethodDescriptionprotected 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 NamespaceVersionMethods in com.sun.xml.ws.policy with parameters of type NamespaceVersionModifier and TypeMethodDescriptionstatic 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 NamespaceVersionModifier and TypeMethodDescriptionPolicySourceModel.getNamespaceVersion()Returns an original namespace version of this policy source model.Methods in com.sun.xml.ws.policy.sourcemodel with parameters of type NamespaceVersionModifier and TypeMethodDescriptionstatic 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 NamespaceVersionModifierConstructorDescriptionprotectedPolicySourceModel(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 NamespaceVersionModifier and TypeMethodDescriptionstatic 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 NamespaceVersionReturns 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.