|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransportFactory
The TransportFactory provides methods to create client and server transports.
Method Summary | |
---|---|
ClientTransport |
createClientTransport(org.objectweb.celtix.ws.addressing.EndpointReferenceType address)
Returns a newly created ClientTransport . |
ServerTransport |
createServerTransport(org.objectweb.celtix.ws.addressing.EndpointReferenceType address)
Returns a newly created ServerTransport . |
ServerTransport |
createTransientServerTransport(org.objectweb.celtix.ws.addressing.EndpointReferenceType address)
Returns a newly created transient ServerTransport . |
void |
init(Bus bus)
Initializes this TransportFactory . |
Method Detail |
---|
void init(Bus bus)
TransportFactory
.
bus
- The bus class this TransportFactory will use.ServerTransport createServerTransport(org.objectweb.celtix.ws.addressing.EndpointReferenceType address) throws javax.wsdl.WSDLException, IOException
ServerTransport
.
address
- the endpoint reference used by the ServerTransport
.
ServerTransport
.
javax.wsdl.WSDLException
- If there is an error creating the transport.
IOException
ServerTransport createTransientServerTransport(org.objectweb.celtix.ws.addressing.EndpointReferenceType address) throws javax.wsdl.WSDLException, IOException
ServerTransport
.
address
- the endpoint reference used by the ServerTransport
.
javax.wsdl.WSDLException
- If there is an error creating the transport.
IOException
ClientTransport createClientTransport(org.objectweb.celtix.ws.addressing.EndpointReferenceType address) throws javax.wsdl.WSDLException, IOException
ClientTransport
.
address
- the endpoint reference used by the ClientTransport
.
javax.wsdl.WSDLException
- If there is an error creating the transport.
IOException
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |