public class 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.
|
RemoteOutboundConnection |
outboundSocketBindingRef(String value)
Name of the outbound-socket-binding which will be used to determine the destination address and port for the connection.
|
RemoteOutboundConnection |
property(Property value)
Add the org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
RemoteOutboundConnection |
propertys(List<Property> value)
Add all org.wildfly.swarm.config.remoting.Property objects to this subresource
|
String |
protocol()
The protocol to use for the remote connection.
|
RemoteOutboundConnection |
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.
|
RemoteOutboundConnection |
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.
|
RemoteOutboundConnection |
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 RemoteOutboundConnection outboundSocketBindingRef(String value)
public String protocol()
public RemoteOutboundConnection protocol(String value)
public String securityRealm()
public RemoteOutboundConnection securityRealm(String value)
public String username()
public RemoteOutboundConnection username(String value)
public RemoteOutboundConnection.RemoteOutboundConnectionResources subresources()
public RemoteOutboundConnection propertys(List<Property> value)
value - List of org.wildfly.swarm.config.remoting.Property objects.public RemoteOutboundConnection property(Property value)
value - The org.wildfly.swarm.config.remoting.Property to addCopyright © 2015 JBoss by Red Hat. All rights reserved.