Celtix User APIs

org.objectweb.celtix.transports
Interface TransportFactory


public interface TransportFactory


Method Summary
 ClientTransport createClientTransport(org.objectweb.celtix.addressing.EndpointReferenceType address)
           
 ServerTransport createServerTransport(org.objectweb.celtix.addressing.EndpointReferenceType address)
           
 ServerTransport createTransientServerTransport(org.objectweb.celtix.addressing.EndpointReferenceType address)
           
 void init(Bus bus)
           
 

Method Detail

init

void init(Bus bus)

createServerTransport

ServerTransport createServerTransport(org.objectweb.celtix.addressing.EndpointReferenceType address)
                                      throws javax.wsdl.WSDLException,
                                             IOException
Throws:
javax.wsdl.WSDLException
IOException

createTransientServerTransport

ServerTransport createTransientServerTransport(org.objectweb.celtix.addressing.EndpointReferenceType address)
                                               throws javax.wsdl.WSDLException,
                                                      IOException
Throws:
javax.wsdl.WSDLException
IOException

createClientTransport

ClientTransport createClientTransport(org.objectweb.celtix.addressing.EndpointReferenceType address)
                                      throws javax.wsdl.WSDLException,
                                             IOException
Throws:
javax.wsdl.WSDLException
IOException

Celtix User APIs