|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingFactory
A factory interface for creating client and server bindings.
Method Summary | |
---|---|
ClientBinding |
createClientBinding(org.objectweb.celtix.addressing.EndpointReferenceType reference)
Creates a ClientBinding using the EndpointReferenceType . |
ServerBinding |
createServerBinding(org.objectweb.celtix.addressing.EndpointReferenceType reference,
javax.xml.ws.Endpoint endpoint)
Creates a ServerBinding for the EndpointReferenceType
and Endpoint provided. |
void |
init(Bus bus)
Initialize the factory with a Bus reference. |
Method Detail |
---|
void init(Bus bus)
bus
- The Bus
for this BindingFactory.ClientBinding createClientBinding(org.objectweb.celtix.addressing.EndpointReferenceType reference)
EndpointReferenceType
.
reference
- The EndpointReferenceType the binding will use.
ServerBinding createServerBinding(org.objectweb.celtix.addressing.EndpointReferenceType reference, javax.xml.ws.Endpoint endpoint)
EndpointReferenceType
and Endpoint
provided.
reference
- The EndpointReferenceType the binding will use.endpoint
- The server endpoint.
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |