public interface ProxyOperationAddressTranslator
ProxyController implementations to translate addresses to the
target controller's address space.| Modifier and Type | Field and Description |
|---|---|
static ProxyOperationAddressTranslator |
HOST |
static ProxyOperationAddressTranslator |
NOOP |
static ProxyOperationAddressTranslator |
SERVER |
| Modifier and Type | Method and Description |
|---|---|
PathAddress |
restoreAddress(PathAddress opAddress,
PathAddress translatedAddress) |
PathAddress |
translateAddress(PathAddress address) |
static final ProxyOperationAddressTranslator NOOP
static final ProxyOperationAddressTranslator SERVER
static final ProxyOperationAddressTranslator HOST
PathAddress translateAddress(PathAddress address)
PathAddress restoreAddress(PathAddress opAddress, PathAddress translatedAddress)
Copyright © 2019 JBoss by Red Hat. All rights reserved.