Uses of Class
com.sun.xml.ws.policy.PolicySubject
Packages that use PolicySubject
Package
Description
The root package of public policy API.
-
Uses of PolicySubject in com.sun.xml.ws.addressing.policy
Methods in com.sun.xml.ws.addressing.policy that return types with arguments of type PolicySubjectModifier and TypeMethodDescriptionPuts an addressing policy into the PolicyMap if the addressing feature was set. -
Uses of PolicySubject in com.sun.xml.ws.encoding.policy
Methods in com.sun.xml.ws.encoding.policy that return types with arguments of type PolicySubjectModifier and TypeMethodDescriptionGenerates an MTOM policy if MTOM is enabled. -
Uses of PolicySubject in com.sun.xml.ws.policy
Methods in com.sun.xml.ws.policy that return types with arguments of type PolicySubjectModifier and TypeMethodDescriptionPolicyMap.getPolicySubjects()Returns all policy subjects contained by this map.Methods in com.sun.xml.ws.policy with parameters of type PolicySubjectModifier and TypeMethodDescriptionbooleanPolicyMap.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 PolicySubjectModifier and TypeMethodDescriptionstatic voidPolicyMapUtil.insertPolicies(PolicyMap policyMap, Collection<PolicySubject> policySubjects, QName serviceName, QName portName) Inserts all PolicySubjects of type WsdlBindingSubject into the given policy map. -
Uses of PolicySubject in com.sun.xml.ws.policy.jaxws.spi
Methods in com.sun.xml.ws.policy.jaxws.spi that return types with arguments of type PolicySubjectModifier and TypeMethodDescriptionA callback method that allows to retrieve policy related information from provided parameters return a collection of new policies that are added to the map. -
Uses of PolicySubject in com.sun.xml.ws.rx.mc.policy.spi_impl
Methods in com.sun.xml.ws.rx.mc.policy.spi_impl that return types with arguments of type PolicySubjectModifier and TypeMethodDescription -
Uses of PolicySubject in com.sun.xml.ws.rx.rm.policy.spi_impl
Methods in com.sun.xml.ws.rx.rm.policy.spi_impl that return types with arguments of type PolicySubjectModifier and TypeMethodDescription -
Uses of PolicySubject in com.sun.xml.ws.security.addressing.policy
Methods in com.sun.xml.ws.security.addressing.policy that return types with arguments of type PolicySubject -
Uses of PolicySubject in com.sun.xml.ws.transport.tcp.policy
Methods in com.sun.xml.ws.transport.tcp.policy that return types with arguments of type PolicySubject -
Uses of PolicySubject in com.sun.xml.ws.tx.at.policy.spi_impl
Methods in com.sun.xml.ws.tx.at.policy.spi_impl that return types with arguments of type PolicySubjectModifier and TypeMethodDescriptionUpdate policy map with operation scope of correct WS-AT policy assertions.