Constructor and Description |
---|
RemotingResources() |
Modifier and Type | Method and Description |
---|---|
Connector |
connector(String key) |
List<Connector> |
connectors()
Get the list of Connector resources
|
EndpointConfiguration |
endpointConfiguration()
Endpoint configuration
|
HTTPConnector |
httpConnector(String key) |
List<HTTPConnector> |
httpConnectors()
Get the list of HTTPConnector resources
|
LocalOutboundConnection |
localOutboundConnection(String key) |
List<LocalOutboundConnection> |
localOutboundConnections()
Get the list of LocalOutboundConnection resources
|
OutboundConnection |
outboundConnection(String key) |
List<OutboundConnection> |
outboundConnections()
Get the list of OutboundConnection resources
|
RemoteOutboundConnection |
remoteOutboundConnection(String key) |
List<RemoteOutboundConnection> |
remoteOutboundConnections()
Get the list of RemoteOutboundConnection resources
|
public List<HTTPConnector> httpConnectors()
public HTTPConnector httpConnector(String key)
public List<Connector> connectors()
public List<OutboundConnection> outboundConnections()
public OutboundConnection outboundConnection(String key)
public List<LocalOutboundConnection> localOutboundConnections()
public LocalOutboundConnection localOutboundConnection(String key)
public List<RemoteOutboundConnection> remoteOutboundConnections()
public RemoteOutboundConnection remoteOutboundConnection(String key)
public EndpointConfiguration endpointConfiguration()
Copyright © 2019 JBoss by Red Hat. All rights reserved.