public static class TransformingProxyController.Factory extends Object
TransformingProxyController
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static TransformingProxyController |
create(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(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 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 treeaddressTranslator
- translator to use for converting local addresses to addresses appropriate for the target processnull
public 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 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 treeaddressTranslator
- translator to use for converting local addresses to addresses appropriate for the target processnull
Copyright © 2023 JBoss by Red Hat. All rights reserved.