public class AsyncClientTransportFeature extends WebServiceFeature
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
Constant value identifying the NonAnonymousFeature
|
enabled| Constructor and Description |
|---|
AsyncClientTransportFeature() |
AsyncClientTransportFeature(String nonanonAddress,
NonAnonymousResponsesReceiver receiver) |
| Modifier and Type | Method and Description |
|---|---|
String |
getID() |
String |
getNonanonAddress() |
NonAnonymousResponsesReceiver |
getReceiver() |
boolean |
isEnabled() |
public static final String ID
public AsyncClientTransportFeature()
public AsyncClientTransportFeature(String nonanonAddress, NonAnonymousResponsesReceiver receiver)
public NonAnonymousResponsesReceiver getReceiver()
public String getID()
getID in class WebServiceFeaturepublic boolean isEnabled()
isEnabled in class WebServiceFeaturepublic String getNonanonAddress()
Copyright © 2015 Oracle Corporation. All rights reserved.