public class AsyncClientHandlerFeature extends WebServiceFeature
| Modifier and Type | Field and Description | 
|---|---|
static String | 
ID
Deprecated.  
Constant value identifying the AsyncClientHandlerFeature 
 | 
enabled| Constructor and Description | 
|---|
AsyncClientHandlerFeature(Object handler)
Deprecated.  
Create an  
AsyncClientHandlerFeature. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object other)
Deprecated.  
  | 
Object | 
getHandler()
Deprecated.  
  | 
String | 
getID()
Deprecated.  
Returns feature ID 
 | 
int | 
hashCode()
Deprecated.  
  | 
String | 
toString()
Deprecated.  
  | 
isEnabledpublic static final String ID
public AsyncClientHandlerFeature(Object handler)
AsyncClientHandlerFeature.
 Asynchronous responses returned to the client proxy using this feature will be directed to this handler instance.handler - Common handler instancepublic String getID()
getID in class WebServiceFeaturepublic Object getHandler()