|
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 | |
---|---|
ObjectMessageContext |
createObjectContext()
Create an ObjectMessageContext to hold objects of a message. |
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
to hold objects of a message.
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |