|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerBindingEndpointCallback
ServerBindingEndpointCallback Callback used from ServerBinding's to create the DataBindingCallback object used during dispatch to handle the IO requirements of the endpoint.
Method Summary | |
---|---|
DataBindingCallback |
createDataBindingCallback(ObjectMessageContext objContext,
DataBindingCallback.Mode mode)
Creates the DataBindingCallback object |
Method |
getMethod(javax.xml.ws.Endpoint endpoint,
QName operationName)
Returns the method in the Endpoint 's implementor that
implements the specified operation. |
javax.xml.ws.ServiceMode |
getServiceMode(javax.xml.ws.Endpoint endpoint)
Returns the ServiceMode used for the given Endpoint |
Method Detail |
---|
DataBindingCallback createDataBindingCallback(ObjectMessageContext objContext, DataBindingCallback.Mode mode)
objContext
- The ObjectMessageContext for the dispatchmode
- The Mode for the dispatch
Method getMethod(javax.xml.ws.Endpoint endpoint, QName operationName)
Endpoint
's implementor that
implements the specified operation.
endpoint
- operationName
-
Method
in the Endpoint
's implementor.javax.xml.ws.ServiceMode getServiceMode(javax.xml.ws.Endpoint endpoint)
endpoint
-
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |