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 |
|---|---|
T |
connector(Connector value)
Add the org.wildfly.swarm.config.remoting.Connector object to the list of subresources
|
T |
connectors(List<Connector> value)
Add all org.wildfly.swarm.config.remoting.Connector objects to this subresource
|
EndpointConfiguration |
endpointConfiguration()
Endpoint configuration
|
T |
endpointConfiguration(EndpointConfiguration value)
Endpoint configuration
|
String |
getKey() |
T |
httpConnector(HttpConnector value)
Add the org.wildfly.swarm.config.remoting.HttpConnector object to the list of subresources
|
T |
httpConnectors(List<HttpConnector> value)
Add all org.wildfly.swarm.config.remoting.HttpConnector objects to this subresource
|
T |
localOutboundConnection(LocalOutboundConnection value)
Add the org.wildfly.swarm.config.remoting.LocalOutboundConnection object to the list of subresources
|
T |
localOutboundConnections(List<LocalOutboundConnection> value)
Add all org.wildfly.swarm.config.remoting.LocalOutboundConnection objects to this subresource
|
T |
outboundConnection(OutboundConnection value)
Add the org.wildfly.swarm.config.remoting.OutboundConnection object to the list of subresources
|
T |
outboundConnections(List<OutboundConnection> value)
Add all org.wildfly.swarm.config.remoting.OutboundConnection objects to this subresource
|
T |
remoteOutboundConnection(RemoteOutboundConnection value)
Add the org.wildfly.swarm.config.remoting.RemoteOutboundConnection object to the list of subresources
|
T |
remoteOutboundConnections(List<RemoteOutboundConnection> value)
Add all org.wildfly.swarm.config.remoting.RemoteOutboundConnection objects to this subresource
|
Remoting.RemotingResources |
subresources() |
public String getKey()
public Remoting.RemotingResources subresources()
public T httpConnectors(List<HttpConnector> value)
value - List of org.wildfly.swarm.config.remoting.HttpConnector objects.public T httpConnector(HttpConnector value)
value - The org.wildfly.swarm.config.remoting.HttpConnector to addpublic T connectors(List<Connector> value)
value - List of org.wildfly.swarm.config.remoting.Connector objects.public T connector(Connector value)
value - The org.wildfly.swarm.config.remoting.Connector to addpublic T outboundConnections(List<OutboundConnection> value)
value - List of org.wildfly.swarm.config.remoting.OutboundConnection objects.public T outboundConnection(OutboundConnection value)
value - The org.wildfly.swarm.config.remoting.OutboundConnection to addpublic T localOutboundConnections(List<LocalOutboundConnection> value)
value - List of org.wildfly.swarm.config.remoting.LocalOutboundConnection objects.public T localOutboundConnection(LocalOutboundConnection value)
value - The org.wildfly.swarm.config.remoting.LocalOutboundConnection to addpublic T remoteOutboundConnections(List<RemoteOutboundConnection> value)
value - List of org.wildfly.swarm.config.remoting.RemoteOutboundConnection objects.public T remoteOutboundConnection(RemoteOutboundConnection value)
value - The org.wildfly.swarm.config.remoting.RemoteOutboundConnection to addpublic EndpointConfiguration endpointConfiguration()
public T endpointConfiguration(EndpointConfiguration value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.