|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.addressing.policy.AddressingPolicyMapConfigurator
public class AddressingPolicyMapConfigurator
Generate an addressing policy and updates the PolicyMap if AddressingFeature is enabled.
Constructor Summary | |
---|---|
AddressingPolicyMapConfigurator()
|
Method Summary | |
---|---|
java.util.Collection<com.sun.xml.ws.policy.PolicySubject> |
update(com.sun.xml.ws.policy.PolicyMap policyMap,
SEIModel model,
WSBinding wsBinding)
Puts an addressing policy into the PolicyMap if the addressing feature was set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddressingPolicyMapConfigurator()
Method Detail |
---|
public java.util.Collection<com.sun.xml.ws.policy.PolicySubject> update(com.sun.xml.ws.policy.PolicyMap policyMap, SEIModel model, WSBinding wsBinding) throws com.sun.xml.ws.policy.PolicyException
update
in interface PolicyMapConfigurator
policyMap
- This map contains the policies that were already createdmodel
- The WSDL model of the servicewsBinding
- The binding of the service
com.sun.xml.ws.policy.PolicyException
- Throw this exception if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |