Uses of Class
com.sun.xml.ws.policy.PolicyMapKey
Packages that use PolicyMapKey
Package
Description
The root package of public policy API.
Provides utility classes and objects that can serve as policy subjects for
PolicySubject.-
Uses of PolicyMapKey in com.sun.xml.ws.policy
Methods in com.sun.xml.ws.policy that return PolicyMapKeyModifier and TypeMethodDescriptionstatic PolicyMapKeyPolicyMap.createWsdlEndpointScopeKey(QName service, QName port) Creates an endpoint policy scope locator object, that serves as a access key into aPolicyMapwhere actual endpoint policy scope for given endpoint can be retrieved.static PolicyMapKeyPolicyMap.createWsdlFaultMessageScopeKey(QName service, QName port, QName operation, QName fault) Creates a fault message policy scope locator object identified by a bound operation, that serves as a access key intoPolicyMapwhere the actual fault message policy scope for one of the faults of a bound operation can be retrieved.static PolicyMapKeyPolicyMap.createWsdlMessageScopeKey(QName service, QName port, QName operation) Creates an input/output message policy scope locator object identified by a bound operation, that serves as a access key intoPolicyMapwhere actual input/output message policy scope for given input message of a bound operation can be retrieved.static PolicyMapKeyPolicyMap.createWsdlOperationScopeKey(QName service, QName port, QName operation) Creates an operation policy scope locator object, that serves as a access key into aPolicyMapwhere actual operation policy scope for given bound operation can be retrieved.static PolicyMapKeyPolicyMap.createWsdlServiceScopeKey(QName service) Creates a service policy scope locator object, that serves as a access key into aPolicyMapwhere actual service policy scope for given service can be retrieved.Methods in com.sun.xml.ws.policy that return types with arguments of type PolicyMapKeyModifier and TypeMethodDescriptionPolicyMap.getAllEndpointScopeKeys()Returns all endpoint scope keys stored in this policy mapPolicyMap.getAllFaultMessageScopeKeys()Returns all fault message scope keys stored in this policy mapPolicyMap.getAllInputMessageScopeKeys()Returns all input message scope keys stored in this policy mapPolicyMap.getAllOperationScopeKeys()Returns all operation scope keys stored in this policy mapPolicyMap.getAllOutputMessageScopeKeys()Returns all output message scope keys stored in this policy mapPolicyMap.getAllServiceScopeKeys()Returns all service scope keys stored in this policy mapMethods in com.sun.xml.ws.policy with parameters of type PolicyMapKeyModifier and TypeMethodDescriptionPolicyMap.getEndpointEffectivePolicy(PolicyMapKey key) PolicyMap.getFaultMessageEffectivePolicy(PolicyMapKey key) PolicyMap.getInputMessageEffectivePolicy(PolicyMapKey key) PolicyMap.getOperationEffectivePolicy(PolicyMapKey key) PolicyMap.getOutputMessageEffectivePolicy(PolicyMapKey key) PolicyMap.getServiceEffectivePolicy(PolicyMapKey key) voidPolicyMapExtender.putEndpointSubject(PolicyMapKey key, PolicySubject subject) voidPolicyMapExtender.putFaultMessageSubject(PolicyMapKey key, PolicySubject subject) voidPolicyMapExtender.putInputMessageSubject(PolicyMapKey key, PolicySubject subject) voidPolicyMapExtender.putOperationSubject(PolicyMapKey key, PolicySubject subject) voidPolicyMapExtender.putOutputMessageSubject(PolicyMapKey key, PolicySubject subject) voidPolicyMapExtender.putServiceSubject(PolicyMapKey key, PolicySubject subject) voidEffectivePolicyModifier.setNewEffectivePolicyForEndpointScope(PolicyMapKey key, Policy newEffectivePolicy) Replaces current effective policy on the endpoint scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.voidEffectivePolicyModifier.setNewEffectivePolicyForFaultMessageScope(PolicyMapKey key, Policy newEffectivePolicy) Replaces current effective policy on the fault message scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.voidEffectivePolicyModifier.setNewEffectivePolicyForInputMessageScope(PolicyMapKey key, Policy newEffectivePolicy) Replaces current effective policy on the input message scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.voidEffectivePolicyModifier.setNewEffectivePolicyForOperationScope(PolicyMapKey key, Policy newEffectivePolicy) Replaces current effective policy on the operation scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.voidEffectivePolicyModifier.setNewEffectivePolicyForOutputMessageScope(PolicyMapKey key, Policy newEffectivePolicy) Replaces current effective policy on the output message scope (identified by akeyparameter) with the new efective policy provided as a second input parameter.voidEffectivePolicyModifier.setNewEffectivePolicyForServiceScope(PolicyMapKey key, Policy newEffectivePolicy) Replaces current effective policy on the service scope (identified by akeyparameter) with the new efective policy provided as a second input parameter. -
Uses of PolicyMapKey in com.sun.xml.ws.policy.subject
Methods in com.sun.xml.ws.policy.subject that return PolicyMapKeyModifier and TypeMethodDescriptionPolicyMapKeyConverter.getPolicyMapKey(WsdlBindingSubject subject)