public static class TransformingProxyController.Factory extends Object
TransformingProxyController| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
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. |
static TransformingProxyController |
create(TransactionalProtocolClient client,
Transformers transformers,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator)
Creates a
TransformingProxyController based on the given TransactionalProtocolClient. |
public static TransformingProxyController create(org.jboss.as.protocol.mgmt.ManagementChannelHandler channelAssociation, Transformers transformers, PathAddress pathAddress, ProxyOperationAddressTranslator addressTranslator)
TransactionalProtocolClient based on the given channelAssociation and then
uses that to create a TransformingProxyController.channelAssociation - the channel handler. Cannot be nulltransformers - transformers to use for transforming resources and operations. Cannot be nullpathAddress - address under which the proxy controller is registered in the resource treeaddressTranslator - translator to use for converting local addresses to addresses appropriate for the target processnullpublic static TransformingProxyController create(TransactionalProtocolClient client, Transformers transformers, PathAddress pathAddress, ProxyOperationAddressTranslator addressTranslator)
TransformingProxyController based on the given TransactionalProtocolClient.client - the client for communicating with the target process. Cannot be nulltransformers - transformers to use for transforming resources and operations. Cannot be nullpathAddress - address under which the proxy controller is registered in the resource treeaddressTranslator - translator to use for converting local addresses to addresses appropriate for the target processnullCopyright © 2020 JBoss by Red Hat. All rights reserved.