public class RemoteOutboundConnection<T extends RemoteOutboundConnection<T>> extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
RemoteOutboundConnection.RemoteOutboundConnectionResources
Child mutators for RemoteOutboundConnection 
 | 
| Constructor and Description | 
|---|
RemoteOutboundConnection(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
authenticationContext()
Reference to the authentication context instance containing the
 configuration for outbound connections. 
 | 
T | 
authenticationContext(String value)
Reference to the authentication context instance containing the
 configuration for outbound connections. 
 | 
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 | 
properties(List<Property> value)
Add all Property objects to this subresource 
 | 
T | 
property(Property value)
Add the Property object to the list of subresources 
 | 
T | 
property(PropertySupplier supplier)
Install a supplied Property object to the list of subresources 
 | 
T | 
property(String childKey)
Create and configure a Property object to the list of subresources 
 | 
T | 
property(String childKey,
        PropertyConsumer consumer)
Create and configure a Property object to the list of subresources 
 | 
String | 
protocol()
The protocol to use for the remote connection. 
 | 
T | 
protocol(String value)
The protocol to use for the remote connection. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public RemoteOutboundConnection.RemoteOutboundConnectionResources subresources()
public T properties(List<Property> value)
value - List of Property objects.public T property(Property value)
value - The Property to addpublic T property(String childKey, PropertyConsumer consumer)
key - The key for the Property resourceconfig - The PropertyConsumer to usepublic T property(String childKey)
key - The key for the Property resourcepublic T property(PropertySupplier supplier)
public String authenticationContext()
public T authenticationContext(String value)
public String outboundSocketBindingRef()
public T outboundSocketBindingRef(String value)
public String protocol()
public String securityRealm()
public T securityRealm(String value)
public String username()
Copyright © 2018 JBoss by Red Hat. All rights reserved.