public class LocalOutboundConnection<T extends 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.
|
T |
outboundSocketBindingRef(String value)
Name of the outbound-socket-binding which will be used to determine the destination address and port for the connection.
|
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
|
LocalOutboundConnection.LocalOutboundConnectionResources |
subresources() |
public LocalOutboundConnection(String key)
public String getKey()
public String outboundSocketBindingRef()
public T outboundSocketBindingRef(String value)
public LocalOutboundConnection.LocalOutboundConnectionResources subresources()
public T propertys(List<Property> value)
value - List of Property objects.Copyright © 2015 JBoss by Red Hat. All rights reserved.