| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.transform |
| Modifier and Type | Method and Description |
|---|---|
Transformers |
TransformingProxyController.getTransformers()
Get the Transformers!
|
| Modifier and Type | Method and Description |
|---|---|
static TransformingProxyController |
TransformingProxyController.Factory.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 |
TransformingProxyController.Factory.create(TransactionalProtocolClient client,
Transformers transformers,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator)
Creates a
TransformingProxyController based on the given TransactionalProtocolClient. |
| Modifier and Type | Class and Description |
|---|---|
class |
TransformersImpl |
| Modifier and Type | Method and Description |
|---|---|
static Transformers |
Transformers.Factory.create(TransformationTarget target)
Returns a transformers object appropriate for the given target process.
|
static Transformers |
Transformers.Factory.createLocal()
Create a local transformer, which will use the default transformation rules, however still respect the
ignored resource transformation.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.