|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.deployment.axis.wsrm.WsrmServiceParameters
public class WsrmServiceParameters
Stores parameters in order to runreliable messaging. It reads variables from properties file.
| Constructor Summary | |
|---|---|
WsrmServiceParameters()
|
|
| Method Summary | |
|---|---|
static String |
getApplicationMessage()
|
static String |
getClientServiceAddress()
|
static String |
getConfigFile()
|
static String |
getFromAddress()
|
static String |
getHandlerChain()
|
static Properties |
getProperties(String fileName)
reads the file into properties. |
static String |
getResponseMessage()
|
static String |
getServiceMethodName()
|
static String |
getTargetServiceAddress()
|
static String |
getToAddress()
|
static void |
loadProperties()
loads variables from properties intance. |
static void |
setApplicationMessage(String aMes)
|
static void |
setClientServiceAddress(String csa)
|
static void |
setConfigFile(String cf)
|
static void |
setFromAddress(String from)
|
static void |
setHandlerChain(String hc)
|
static void |
setResponseMessage(String rm)
|
static void |
setServiceMethodName(String smn)
|
static void |
setTargetServiceAddress(String csa)
|
static void |
setToAddress(String to)
Setters and Getters to access service variables |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsrmServiceParameters()
| Method Detail |
|---|
public static void setToAddress(String to)
public static String getToAddress()
public static void setFromAddress(String from)
public static String getFromAddress()
public static void setConfigFile(String cf)
public static String getConfigFile()
public static void setServiceMethodName(String smn)
public static String getServiceMethodName()
public static void setHandlerChain(String hc)
public static String getHandlerChain()
public static void setApplicationMessage(String aMes)
public static String getApplicationMessage()
public static void setResponseMessage(String rm)
public static String getResponseMessage()
public static void setClientServiceAddress(String csa)
public static String getClientServiceAddress()
public static void setTargetServiceAddress(String csa)
public static String getTargetServiceAddress()
public static Properties getProperties(String fileName)
public static void loadProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||