Searched refs:wsBinding (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/spi/
H A DPolicyMapConfigurator.java55 * @param wsBinding The binding of the service
60 Collection<PolicySubject> update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding) throws PolicyException; argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/policy/
H A DMtomPolicyMapConfigurator.java89 public Collection<PolicySubject> update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding) throws PolicyException { argument
90 LOGGER.entering(policyMap, model, wsBinding);
94 final MTOMFeature mtomFeature = wsBinding.getFeature(MTOMFeature.class);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/policy/
H A DAddressingPolicyMapConfigurator.java84 public Collection<PolicySubject> update(final PolicyMap policyMap, final SEIModel model, final WSBinding wsBinding) argument
86 LOGGER.entering(policyMap, model, wsBinding);
90 final AddressingFeature addressingFeature = wsBinding.getFeature(AddressingFeature.class);

Completed in 144 milliseconds