public class RemoteOutboundConnection<T extends RemoteOutboundConnection> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteOutboundConnection.RemoteOutboundConnectionResources
Child mutators for RemoteOutboundConnection
|
| Constructor and Description |
|---|
RemoteOutboundConnection(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
|
String |
protocol()
The protocol to use for the remote connection.
|
T |
protocol(String value)
The protocol to use for the remote connection.
|
String |
securityRealm()
Reference to the security realm to use to obtain the password and SSL configuration.
|
T |
securityRealm(String value)
Reference to the security realm to use to obtain the password and SSL configuration.
|
RemoteOutboundConnection.RemoteOutboundConnectionResources |
subresources() |
String |
username()
The user name to use when authenticating against the remote server.
|
T |
username(String value)
The user name to use when authenticating against the remote server.
|
public RemoteOutboundConnection(String key)
public String getKey()
public String outboundSocketBindingRef()
public T outboundSocketBindingRef(String value)
public String protocol()
public T protocol(String value)
public String securityRealm()
public T securityRealm(String value)
public String username()
public T username(String value)
public RemoteOutboundConnection.RemoteOutboundConnectionResources subresources()
public T propertys(List<Property> value)
value - List of Property objects.Copyright © 2015 JBoss by Red Hat. All rights reserved.