Uses of Class
com.sun.xml.ws.policy.PolicySubject
-
Packages that use PolicySubject Package Description com.sun.xml.ws.policy The root package of public policy API. -
-
Uses of PolicySubject in com.sun.xml.ws.policy
Methods in com.sun.xml.ws.policy that return types with arguments of type PolicySubject Modifier and Type Method Description Collection<PolicySubject>PolicyMap. getPolicySubjects()Returns all policy subjects contained by this map.Methods in com.sun.xml.ws.policy with parameters of type PolicySubject Modifier and Type Method Description booleanPolicyMap. isFaultMessageSubject(PolicySubject subject)booleanPolicyMap. isInputMessageSubject(PolicySubject subject)booleanPolicyMap. isOutputMessageSubject(PolicySubject subject)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)Method parameters in com.sun.xml.ws.policy with type arguments of type PolicySubject Modifier and Type Method Description static voidPolicyMapUtil. insertPolicies(PolicyMap policyMap, Collection<PolicySubject> policySubjects, QName serviceName, QName portName)Inserts all PolicySubjects of type WsdlBindingSubject into the given policy map.
-