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 WebServiceFeature
public boolean isEnabled()
isEnabled
in class WebServiceFeature
public String getNonanonAddress()
Copyright © 2015 Oracle Corporation. All rights reserved.