public static final class Endpoint.Factory extends Object
ConnectorHandler and endpoint address.| Constructor and Description |
|---|
Endpoint.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static <E> Endpoint<E> |
create(E targetAddress,
ConnectorHandler<E> connectorHandler) |
static <E> Endpoint<E> |
create(E targetAddress,
E localAddress,
ConnectorHandler<E> connectorHandler) |
static <E> Endpoint<E> |
create(Object id,
E targetAddress,
E localAddress,
ConnectorHandler<E> connectorHandler) |
public static <E> Endpoint<E> create(E targetAddress, ConnectorHandler<E> connectorHandler)
public static <E> Endpoint<E> create(E targetAddress, E localAddress, ConnectorHandler<E> connectorHandler)
public static <E> Endpoint<E> create(Object id, E targetAddress, E localAddress, ConnectorHandler<E> connectorHandler)
Copyright © 2015 Oracle Corporation. All Rights Reserved.