public class OutboundConnection<T extends 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() |
T |
property(Property value)
Add the Property object to the list of subresources
|
T |
propertys(List<Property> value)
Add all Property objects to this subresource
|
OutboundConnection.OutboundConnectionResources |
subresources() |
String |
uri()
The connection URI for the outbound connection.
|
T |
uri(String value)
The connection URI for the outbound connection.
|
public OutboundConnection(String key)
public String getKey()
public String uri()
public OutboundConnection.OutboundConnectionResources subresources()
public T propertys(List<Property> value)
value - List of Property objects.Copyright © 2015 JBoss by Red Hat. All rights reserved.