Class TCPTransportPolicyMapConfigurator

    • Constructor Detail

      • TCPTransportPolicyMapConfigurator

        public TCPTransportPolicyMapConfigurator()
    • Method Detail

      • update

        public Collection<PolicySubject> update​(PolicyMap policyMap,
                                                SEIModel model,
                                                WSBinding wsBinding)
                                         throws PolicyException
        Description copied from interface: PolicyMapConfigurator
        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. When new policies are returned, the caller may merge them with existing policies in the policy map.
        Specified by:
        update in interface PolicyMapConfigurator
        Parameters:
        policyMap - This map contains the policies that were already created
        model - The WSDL model of the service
        wsBinding - The binding of the service
        Returns:
        A collection of policies and the subject to which they are attached. May return null or an empty collection.
        Throws:
        PolicyException - Throw this exception if an error occurs