|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transport | |
---|---|
com.atomikos.icatch.jaxb.wsc.v200410 | |
com.atomikos.icatch.msg | |
com.atomikos.icatch.msg.soap.atomikos | |
com.atomikos.icatch.msg.soap.wsat |
Uses of Transport in com.atomikos.icatch.jaxb.wsc.v200410 |
---|
Methods in com.atomikos.icatch.jaxb.wsc.v200410 with parameters of type Transport | |
---|---|
static Propagation |
Utils.extractPropagationFromHeader(javax.xml.soap.SOAPHeaderElement header,
String type,
Transport transport,
long defaultTimeout)
Extracts a propagation from the header |
static void |
Utils.registerAsParticipant(OutgoingAddressingHeaders registrationAddress,
String registrationRequesterAddress,
String localParticipantURI,
Transport t,
long timeout)
Registers as a subordinate with the remote coordination service. |
Uses of Transport in com.atomikos.icatch.msg |
---|
Classes in com.atomikos.icatch.msg that implement Transport | |
---|---|
class |
AbstractTransport
|
class |
HttpTransport
A transport for HTTP. |
Methods in com.atomikos.icatch.msg with parameters of type Transport | |
---|---|
void |
CommitServer.init(TransactionService service,
Transport[] transports)
Initializes the instance. |
boolean |
ReceiveListener.messageReceived(TransactionMessage msg,
Transport t)
|
boolean |
MessageListener.messageReceived(TransactionMessage msg,
Transport transport)
The callback method, called by the transport when a message is received for this listener. |
boolean |
CommitServer.messageReceived(TransactionMessage msg,
Transport transport)
|
Constructors in com.atomikos.icatch.msg with parameters of type Transport | |
---|---|
MessageParticipant(String remoteUri,
Object address,
Transport transport,
HeuristicMessage[] msgs,
boolean earlyPrepared,
boolean readOnly)
|
|
MessageRecoveryCoordinator(String cUri,
Object address,
Transport transport)
Creates a new instance. |
|
ReceiveListener(Transport t,
String target,
long timeout)
Create a new one. |
Uses of Transport in com.atomikos.icatch.msg.soap.atomikos |
---|
Classes in com.atomikos.icatch.msg.soap.atomikos that implement Transport | |
---|---|
class |
AtomikosHttpTransport
|
Uses of Transport in com.atomikos.icatch.msg.soap.wsat |
---|
Classes in com.atomikos.icatch.msg.soap.wsat that implement Transport | |
---|---|
class |
WsatHttpTransport
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |