public class LocalOutboundConnection extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
LocalOutboundConnection.LocalOutboundConnectionResources
Child mutators for LocalOutboundConnection
|
| Constructor and Description |
|---|
LocalOutboundConnection(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
outboundSocketBindingRef()
Name of the outbound-socket-binding which will be used to determine the destination address and port for the connection.
|
LocalOutboundConnection |
outboundSocketBindingRef(String value)
Name of the outbound-socket-binding which will be used to determine the destination address and port for the connection.
|
LocalOutboundConnection |
property(Property value)
Add the org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
LocalOutboundConnection |
propertys(List<Property> value)
Add all org.wildfly.swarm.config.remoting.Property objects to this subresource
|
LocalOutboundConnection.LocalOutboundConnectionResources |
subresources() |
public LocalOutboundConnection(String key)
public String getKey()
public String outboundSocketBindingRef()
public LocalOutboundConnection outboundSocketBindingRef(String value)
public LocalOutboundConnection.LocalOutboundConnectionResources subresources()
public LocalOutboundConnection propertys(List<Property> value)
value - List of org.wildfly.swarm.config.remoting.Property objects.public LocalOutboundConnection property(Property value)
value - The org.wildfly.swarm.config.remoting.Property to addCopyright © 2015 JBoss by Red Hat. All rights reserved.