cgl.narada.wsinfra.deployment.axis.wsr
Class WsrServicesFactory
java.lang.Object
cgl.narada.wsinfra.deployment.axis.wsr.WsrServicesFactory
public class WsrServicesFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsrServicesFactory
public WsrServicesFactory()
getSinkNodeConfigFile
public static String getSinkNodeConfigFile()
- Returns:
- Returns the sinkNodeConfigFile.
getSourceNodeConfigFile
public static String getSourceNodeConfigFile()
- Returns:
- Returns the sourceNodeConfigFile.
getHandlerChain
public static String getHandlerChain()
getInstance
public static WsrServicesFactory getInstance()
- Returns:
- WseServicesFactory instance.
getSinkAddress
public static String getSinkAddress()
- This will return Sink Address running on Axis engine
- Returns:
- Sink Address
getSourceAddress
public static String getSourceAddress()
- This will return Source Address running on Axis engine
- Returns:
- Source Address
getTargetServiceAddress
public static String getTargetServiceAddress()
- This will return Target Service address running on Axis engine
- Returns:
- Target Service Address
getProperties
public static Properties getProperties(String fileName)
loadProperties
public static void loadProperties()
getMethodName
public static String getMethodName()
- Returns:
- Returns the methodName.
getApplicationMessage
public static String getApplicationMessage()
- Returns:
- Returns the applicationMessage.
setApplicationMessage
public static void setApplicationMessage(String applicationMessage)
- Parameters:
applicationMessage - The applicationMessage to set.
getHandlers
public static String getHandlers()
- Returns:
- Returns the handlers.
setHandlers
public static void setHandlers(String handlers)
- Parameters:
handlers - The handlers to set.
getInitHandlers
public static String getInitHandlers()
- Returns:
- Returns the initHandlers.
setInitHandlers
public static void setInitHandlers(String initHandlers)
- Parameters:
initHandlers - The initHandlers to set.
getInitMethodName
public static String getInitMethodName()
- Returns:
- Returns the initMethodName.
getPayloadMessage
public static String getPayloadMessage()
- Returns:
- Returns the payloadMessage.
setPayloadMessage
public static void setPayloadMessage(String payloadMessage)
- Parameters:
payloadMessage - The payloadMessage to set.
getRequestMessage
public static String getRequestMessage()
- Returns:
- Returns the requestMessage.
setRequestMessage
public static void setRequestMessage(String requestMessage)
- Parameters:
requestMessage - The requestMessage to set.
getResponseMessage
public static String getResponseMessage()
- Returns:
- Returns the responseMessage.
setResponseMessage
public static void setResponseMessage(String responseMessage)
- Parameters:
responseMessage - The responseMessage to set.
For comments and suggestions please send
e-mail to
The NaradaBrokering Project