Interface DomainOperationTransmuter
- All Known Implementing Classes:
CompositeOperationAwareTransmuter
public interface DomainOperationTransmuter
Class that is used to transform an operation before it is send to other servers in the domain.
The main use case for this is replacing content addition parameters with a hash into the content
repository.
- Author:
- Stuart Douglas
- See Also:
-
OperationAttachments.SLAVE_SERVER_OPERATION_TRANSMUTERSCompositeOperationAwareTransformer
-
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.dmr.ModelNodetransmmute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
Method Details
-
transmmute
-