public abstract class AbstractOutboundConnectionService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.msc.value.InjectedValue<org.jboss.remoting3.Endpoint> |
endpointInjectedValue |
static org.jboss.msc.service.ServiceName |
OUTBOUND_CONNECTION_BASE_SERVICE_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractOutboundConnectionService() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.wildfly.security.auth.client.AuthenticationConfiguration |
getAuthenticationConfiguration()
Get the connection authentication configuration.
|
abstract URI |
getDestinationUri()
Get the destination URI for the connection.
|
abstract SSLContext |
getSSLContext()
Get the connection SSL Context.
|
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static final org.jboss.msc.service.ServiceName OUTBOUND_CONNECTION_BASE_SERVICE_NAME
protected final org.jboss.msc.value.InjectedValue<org.jboss.remoting3.Endpoint> endpointInjectedValue
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
public abstract URI getDestinationUri()
public abstract org.wildfly.security.auth.client.AuthenticationConfiguration getAuthenticationConfiguration()
public abstract SSLContext getSSLContext()
Copyright © 2019 JBoss by Red Hat. All rights reserved.