|
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.ws.addressing.EndpointReferenceType reference)
Creates a ClientBinding using the EndpointReferenceType . |
ServerBinding |
createServerBinding(org.objectweb.celtix.ws.addressing.EndpointReferenceType reference,
javax.xml.ws.Endpoint endpoint,
ServerBindingEndpointCallback endpointCallback)
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.ws.addressing.EndpointReferenceType reference) throws javax.wsdl.WSDLException, IOException
EndpointReferenceType
.
reference
- The EndpointReferenceType the binding will use.
javax.wsdl.WSDLException
IOException
ServerBinding createServerBinding(org.objectweb.celtix.ws.addressing.EndpointReferenceType reference, javax.xml.ws.Endpoint endpoint, ServerBindingEndpointCallback endpointCallback) throws javax.wsdl.WSDLException, IOException
EndpointReferenceType
and Endpoint
provided.
reference
- The EndpointReferenceType the binding will use.endpoint
- The server endpoint.endpointCallback
- The callback used by the binding to obtain additional information
from the data binding layers.
javax.wsdl.WSDLException
IOException
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |