Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.jws.jaxws.client.async
Class AsyncClientHandlerFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by weblogic.jws.jaxws.client.async.AsyncClientHandlerFeature

Deprecated.

public class AsyncClientHandlerFeature
extends WebServiceFeature

Designates an asynchronous handler instance that will be invoked upon the receipt of response messages. This model is in contrast to the call-specific asynchronous handler support, which allows per-request instances of handlers.


Field Summary
static String ID
          Deprecated. Constant value identifying the AsyncClientHandlerFeature
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
AsyncClientHandlerFeature(Object handler)
          Deprecated. Create an AsyncClientHandlerFeature.
 
Method Summary
 boolean equals(Object other)
          Deprecated.  
 Object getHandler()
          Deprecated.  
 String getID()
          Deprecated. Returns feature ID
 int hashCode()
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final String ID
Deprecated. 
Constant value identifying the AsyncClientHandlerFeature

See Also:
Constant Field Values
Constructor Detail

AsyncClientHandlerFeature

public AsyncClientHandlerFeature(Object handler)
Deprecated. 
Create an AsyncClientHandlerFeature. Asynchronous responses returned to the client proxy using this feature will be directed to this handler instance.

Parameters:
handler - Common handler instance
Method Detail

getID

public String getID()
Deprecated. 
Returns feature ID

Specified by:
getID in class WebServiceFeature

getHandler

public Object getHandler()
Deprecated. 

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Deprecated. 
Overrides:
equals in class Object

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02