| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.remoting |
| Modifier and Type | Method and Description |
|---|---|
List<RemoteOutboundConnection> |
Remoting.RemotingResources.remoteOutboundConnections()
Get the list of org.wildfly.swarm.config.remoting.RemoteOutboundConnection resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Remoting.remoteOutboundConnection(RemoteOutboundConnection value)
Add the org.wildfly.swarm.config.remoting.RemoteOutboundConnection object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Remoting.remoteOutboundConnections(List<RemoteOutboundConnection> value)
Add all org.wildfly.swarm.config.remoting.RemoteOutboundConnection objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
RemoteOutboundConnection |
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 |
RemoteOutboundConnection.property(Property value)
Add the org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
RemoteOutboundConnection |
RemoteOutboundConnection.propertys(List<Property> value)
Add all org.wildfly.swarm.config.remoting.Property objects to this subresource
|
RemoteOutboundConnection |
RemoteOutboundConnection.protocol(String value)
The protocol to use for the remote connection.
|
RemoteOutboundConnection |
RemoteOutboundConnection.securityRealm(String value)
Reference to the security realm to use to obtain the password and SSL configuration.
|
RemoteOutboundConnection |
RemoteOutboundConnection.username(String value)
The user name to use when authenticating against the remote server.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.