public class OutboundConnection extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
OutboundConnection.OutboundConnectionResources
Child mutators for OutboundConnection
|
| Constructor and Description |
|---|
OutboundConnection(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
OutboundConnection |
property(Property value)
Add the org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
OutboundConnection |
propertys(List<Property> value)
Add all org.wildfly.swarm.config.remoting.Property objects to this subresource
|
OutboundConnection.OutboundConnectionResources |
subresources() |
String |
uri()
The connection URI for the outbound connection.
|
OutboundConnection |
uri(String value)
The connection URI for the outbound connection.
|
public OutboundConnection(String key)
public String getKey()
public String uri()
public OutboundConnection uri(String value)
public OutboundConnection.OutboundConnectionResources subresources()
public OutboundConnection propertys(List<Property> value)
value - List of org.wildfly.swarm.config.remoting.Property objects.public OutboundConnection property(Property value)
value - The org.wildfly.swarm.config.remoting.Property to addCopyright © 2015 JBoss by Red Hat. All rights reserved.