|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingBase
Contains base operations to be implemented by bindings.
Method Summary | |
---|---|
HandlerInvoker |
createHandlerInvoker()
Create a HandlerInvoker . |
ObjectMessageContext |
createObjectContext()
Create an ObjectMessageContext . |
javax.xml.ws.Binding |
getBinding()
Returns the Binding reference. |
boolean |
isCompatibleWithAddress(String address)
Returns whether the given addressing information is compatible with this binding. |
Method Detail |
---|
boolean isCompatibleWithAddress(String address)
address
- The address to use.
javax.xml.ws.Binding getBinding()
Binding
reference.
ObjectMessageContext createObjectContext()
ObjectMessageContext
.
HandlerInvoker createHandlerInvoker()
HandlerInvoker
.
HandlerInvoker
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |