|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atomikos.icatch.msg.AbstractTransport
com.atomikos.icatch.msg.HttpTransport
com.atomikos.icatch.msg.soap.wsat.WsatHttpTransport
public class WsatHttpTransport
Field Summary | |
---|---|
static String |
COORDINATOR_SERVICE_PATH
Local URL path of the coordinator service (starts with context root). |
static String |
PARTICIPANT_SERVICE_PATH
Local URL path of the participant service (starts with context root). |
static String |
REG_REQUESTER_SERVICE_PATH
Local URL path of the registration requestor service (starts with context root). |
static String |
REGISTRATION_SERVICE_PATH
Local URL path of the registration service (starts with context root). |
static String |
WSAT_FAULT_SERVICE_PATH
Local URL path of the WSAT fault service (starts with context root). |
static String |
WSC_FAULT_SERVICE_PATH
Local URL path of the WSC fault service (starts with context root). |
Fields inherited from class com.atomikos.icatch.msg.HttpTransport |
---|
CONTEXT_ROOT |
Fields inherited from interface com.atomikos.icatch.msg.Transport |
---|
FTP, HTTP, JMS, SMTP, UNKNOWN_PROTOCOL |
Method Summary | |
---|---|
String |
getRegistrationRequesterServiceURL()
|
String |
getRegistrationServiceURL()
|
static HttpTransport |
getSingleton()
Get the singleton instance. |
String |
getWsatFaultServiceURL()
|
String |
getWscFaultServiceURL()
|
static void |
init(String name,
long defaultTimeout)
Initialize the transport. |
Methods inherited from class com.atomikos.icatch.msg.HttpTransport |
---|
createURL, getPort, getServerIpAddress, initialize, replyReceived, requestReceived, useSecureHttp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PARTICIPANT_SERVICE_PATH
public static final String COORDINATOR_SERVICE_PATH
public static final String REGISTRATION_SERVICE_PATH
public static final String WSAT_FAULT_SERVICE_PATH
public static final String WSC_FAULT_SERVICE_PATH
public static final String REG_REQUESTER_SERVICE_PATH
Method Detail |
---|
public static void init(String name, long defaultTimeout)
name
- defaultTimeout
- public static HttpTransport getSingleton()
public String getRegistrationServiceURL()
public String getWsatFaultServiceURL()
public String getWscFaultServiceURL()
public String getRegistrationRequesterServiceURL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |