|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.ws.WebServiceFeature
weblogic.jws.jaxws.WLSWebServiceFeature
weblogic.jws.jaxws.client.async.AsyncClientHandlerFeature
public class AsyncClientHandlerFeature
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
Constant value identifying the AsyncClientHandlerFeature |
Fields inherited from class javax.xml.ws.WebServiceFeature |
---|
enabled |
Constructor Summary | |
---|---|
AsyncClientHandlerFeature(Object handler)
Create an AsyncClientHandlerFeature . |
Method Summary | |
---|---|
boolean |
equals(Object other)
|
Object |
getHandler()
|
String |
getID()
Returns feature ID |
int |
hashCode()
|
void |
postCreateDispatch(com.sun.xml.ws.developer.WSBindingProvider bp)
A callback to notify that a Dispatch object is created. |
void |
postCreateProxy(com.sun.xml.ws.developer.WSBindingProvider bp,
Class<?> serviceEndpointInterface)
A callback to notify the event of creation of proxy object for SEI endpoint. |
String |
toString()
|
Methods inherited from class weblogic.jws.jaxws.WLSWebServiceFeature |
---|
featuresAreEqual, getClientIdComponent, isKnownTubelineImpactingFeature, isTubelineImpact, setTubelineImpact |
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 |
---|
public static final String ID
Constructor Detail |
---|
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 instanceMethod Detail |
---|
public String getID()
getID
in class javax.xml.ws.WebServiceFeature
public Object getHandler()
public void postCreateDispatch(com.sun.xml.ws.developer.WSBindingProvider bp)
com.sun.xml.ws.api.client.ServiceCreationInterceptor
Dispatch
object is created. The callback
could set some properties on the BindingProvider
.
postCreateDispatch
in interface com.sun.xml.ws.api.client.ServiceCreationInterceptor
bp
- BindingProvider of dispatch objectpublic void postCreateProxy(com.sun.xml.ws.developer.WSBindingProvider bp, Class<?> serviceEndpointInterface)
com.sun.xml.ws.api.client.ServiceCreationInterceptor
BindingProvider
.
postCreateProxy
in interface com.sun.xml.ws.api.client.ServiceCreationInterceptor
bp
- created proxy instanceserviceEndpointInterface
- SEI of the endpointpublic int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object
public String toString()
toString
in class Object
|
Copyright 1996, 2011, 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 Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |