public class Remoting<T extends Remoting> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Remoting.RemotingResources
Child mutators for Remoting
|
| Constructor and Description |
|---|
Remoting() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationEndpoint |
configurationEndpoint()
Endpoint configuration
|
T |
configurationEndpoint(ConfigurationEndpoint value)
Endpoint configuration
|
T |
connector(Connector value)
Add the Connector object to the list of subresources
|
T |
connectors(List<Connector> value)
Add all Connector objects to this subresource
|
String |
getKey() |
T |
httpConnector(HttpConnector value)
Add the HttpConnector object to the list of subresources
|
T |
httpConnectors(List<HttpConnector> value)
Add all HttpConnector objects to this subresource
|
T |
localOutboundConnection(LocalOutboundConnection value)
Add the LocalOutboundConnection object to the list of subresources
|
T |
localOutboundConnections(List<LocalOutboundConnection> value)
Add all LocalOutboundConnection objects to this subresource
|
T |
outboundConnection(OutboundConnection value)
Add the OutboundConnection object to the list of subresources
|
T |
outboundConnections(List<OutboundConnection> value)
Add all OutboundConnection objects to this subresource
|
T |
remoteOutboundConnection(RemoteOutboundConnection value)
Add the RemoteOutboundConnection object to the list of subresources
|
T |
remoteOutboundConnections(List<RemoteOutboundConnection> value)
Add all RemoteOutboundConnection objects to this subresource
|
Remoting.RemotingResources |
subresources() |
public String getKey()
public Remoting.RemotingResources subresources()
public T httpConnectors(List<HttpConnector> value)
value - List of HttpConnector objects.public T httpConnector(HttpConnector value)
value - The HttpConnector to addpublic T connectors(List<Connector> value)
value - List of Connector objects.public T connector(Connector value)
value - The Connector to addpublic T outboundConnections(List<OutboundConnection> value)
value - List of OutboundConnection objects.public T outboundConnection(OutboundConnection value)
value - The OutboundConnection to addpublic T localOutboundConnections(List<LocalOutboundConnection> value)
value - List of LocalOutboundConnection objects.public T localOutboundConnection(LocalOutboundConnection value)
value - The LocalOutboundConnection to addpublic T remoteOutboundConnections(List<RemoteOutboundConnection> value)
value - List of RemoteOutboundConnection objects.public T remoteOutboundConnection(RemoteOutboundConnection value)
value - The RemoteOutboundConnection to addpublic ConfigurationEndpoint configurationEndpoint()
public T configurationEndpoint(ConfigurationEndpoint value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.