|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingFactory
A factory interface for creating Bindings from BindingInfo metadata.
Method Summary | |
---|---|
void |
addListener(Destination d,
Endpoint e)
Set the destination's message observer which is created by using the endpoint to listen the incoming message |
Binding |
createBinding(BindingInfo binding)
Create a Binding from the BindingInfo metadata. |
BindingInfo |
createBindingInfo(Service service,
String namespace,
Object configObject)
Create a "default" BindingInfo object for the service. |
Method Detail |
---|
Binding createBinding(BindingInfo binding)
binding
-
BindingInfo createBindingInfo(Service service, String namespace, Object configObject)
service
- namespace
- configObject
- - binding specific configuration object
void addListener(Destination d, Endpoint e)
d
- the destination that will be set the MessageObservere
- the endpoint to build up the MessageObserver
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |