public static final class EJBClientConnection.Builder extends Object
| Constructor and Description |
|---|
Builder()
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
EJBClientConnection |
build()
Build a new
EJBClientConnection instance based on the current contents of this builder. |
void |
setDestination(URI destination)
Set the destination URI.
|
public void setDestination(URI destination)
destination - the destination URI (must not be null)public EJBClientConnection build()
EJBClientConnection instance based on the current contents of this builder.null)Copyright © 2017 JBoss by Red Hat. All rights reserved.