Class AtPolicyMapConfigurator

java.lang.Object
com.sun.xml.ws.tx.at.policy.spi_impl.AtPolicyMapConfigurator
All Implemented Interfaces:
com.sun.xml.ws.policy.jaxws.spi.PolicyMapConfigurator

public class AtPolicyMapConfigurator extends Object implements com.sun.xml.ws.policy.jaxws.spi.PolicyMapConfigurator
From CMT EJB methods generate wsdl:binding/wsdl:operations with semantically equivalent WS-AT Policy Assertion(s).

Known limitation: not accounting for EJB deployment descriptor, only working off of TransactionAttribute annotations.

  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<com.sun.xml.ws.policy.PolicySubject>
    update(com.sun.xml.ws.policy.PolicyMap policyMap, com.sun.xml.ws.api.model.SEIModel model, com.sun.xml.ws.api.WSBinding wsBinding)
    Update policy map with operation scope of correct WS-AT policy assertions.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AtPolicyMapConfigurator

      public AtPolicyMapConfigurator()
  • Method Details

    • update

      public Collection<com.sun.xml.ws.policy.PolicySubject> update(com.sun.xml.ws.policy.PolicyMap policyMap, com.sun.xml.ws.api.model.SEIModel model, com.sun.xml.ws.api.WSBinding wsBinding) throws com.sun.xml.ws.policy.PolicyException
      Update policy map with operation scope of correct WS-AT policy assertions.

      Only looking for this for Java to WSDL at tool time.

      Specified by:
      update in interface com.sun.xml.ws.policy.jaxws.spi.PolicyMapConfigurator
      Throws:
      com.sun.xml.ws.policy.PolicyException