public interface TransformingProxyController extends ProxyController
ProxyController
with transformation capabilities.Modifier and Type | Interface and Description |
---|---|
static class |
TransformingProxyController.Factory
Factory methods for creating a
TransformingProxyController |
ProxyController.ProxyOperationControl
Modifier and Type | Method and Description |
---|---|
TransactionalProtocolClient |
getProtocolClient()
Get the underlying protocol client.
|
Transformers |
getTransformers()
Get the Transformers!
|
OperationTransformer.TransformedOperation |
transformOperation(OperationContext context,
org.jboss.dmr.ModelNode operation)
Transform the operation.
|
OperationTransformer.TransformedOperation |
transformOperation(Transformers.TransformationInputs parameters,
org.jboss.dmr.ModelNode operation)
Transform the operation.
|
execute, getKernelModelVersion, getProxyNodeAddress
TransactionalProtocolClient getProtocolClient()
Transformers getTransformers()
OperationTransformer.TransformedOperation transformOperation(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
context
- the operation contextoperation
- the operation to transform.OperationFailedException
OperationTransformer.TransformedOperation transformOperation(Transformers.TransformationInputs parameters, org.jboss.dmr.ModelNode operation) throws OperationFailedException
parameters
- parameters that drive the transformationoperation
- the operation to transform.OperationFailedException
Copyright © 2023 JBoss by Red Hat. All rights reserved.