Uses of Class
com.sun.xml.ws.policy.PolicySubject

Packages that use PolicySubject
com.sun.xml.ws.addressing.policy   
com.sun.xml.ws.encoding.policy   
com.sun.xml.ws.policy The root package of public policy API. 
com.sun.xml.ws.policy.jaxws.spi   
com.sun.xml.ws.rx.mc.policy.spi_impl   
com.sun.xml.ws.rx.rm.policy.spi_impl   
com.sun.xml.ws.security.addressing.policy   
com.sun.xml.ws.transport.tcp.policy   
com.sun.xml.ws.tx.at.policy.spi_impl   
 

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 PolicySubject
 Collection<PolicySubject> AddressingPolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)
          Puts 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 PolicySubject
 Collection<PolicySubject> MtomPolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)
          Generates 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 PolicySubject
 Collection<PolicySubject> PolicyMap.getPolicySubjects()
          Returns all policy subjects contained by this map.
 

Methods in com.sun.xml.ws.policy with parameters of type PolicySubject
 boolean PolicyMap.isFaultMessageSubject(PolicySubject subject)
           
 boolean PolicyMap.isInputMessageSubject(PolicySubject subject)
           
 boolean PolicyMap.isOutputMessageSubject(PolicySubject subject)
           
 void PolicyMapExtender.putEndpointSubject(PolicyMapKey key, PolicySubject subject)
           
 void PolicyMapExtender.putFaultMessageSubject(PolicyMapKey key, PolicySubject subject)
           
 void PolicyMapExtender.putInputMessageSubject(PolicyMapKey key, PolicySubject subject)
           
 void PolicyMapExtender.putOperationSubject(PolicyMapKey key, PolicySubject subject)
           
 void PolicyMapExtender.putOutputMessageSubject(PolicyMapKey key, PolicySubject subject)
           
 void PolicyMapExtender.putServiceSubject(PolicyMapKey key, PolicySubject subject)
           
 

Method parameters in com.sun.xml.ws.policy with type arguments of type PolicySubject
static void PolicyMapUtil.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 PolicySubject
 Collection<PolicySubject> PolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)
          A 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 PolicySubject
 Collection<PolicySubject> McPolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)
           
 

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 PolicySubject
 Collection<PolicySubject> RmPolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)
           
 

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
 Collection<PolicySubject> WsawAddressingPolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)
          Puts an addressing policy into the PolicyMap if the addressing feature was set.
 

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
 Collection<PolicySubject> OptimalTransportPolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)
           
 Collection<PolicySubject> TCPTransportPolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)
           
 

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 PolicySubject
 Collection<PolicySubject> AtPolicyMapConfigurator.update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)
          Update policy map with operation scope of correct WS-AT policy assertions.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.