Class TransformingProxyController.Factory

    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • create

        public static TransformingProxyController create​(org.jboss.as.protocol.mgmt.ManagementChannelHandler channelAssociation,
                                                         Transformers transformers,
                                                         PathAddress pathAddress,
                                                         ProxyOperationAddressTranslator addressTranslator)
        Creates a TransactionalProtocolClient based on the given channelAssociation and then uses that to create a TransformingProxyController.
        Parameters:
        channelAssociation - the channel handler. Cannot be null
        transformers - transformers to use for transforming resources and operations. Cannot be null
        pathAddress - address under which the proxy controller is registered in the resource tree
        addressTranslator - translator to use for converting local addresses to addresses appropriate for the target process
        Returns:
        the proxy controller. Will not be null