|
JTR 4.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.ws.wsif.WsifHelperFactory
public class WsifHelperFactory
This factory class is one of the concrete implementation of the IWsHelperFactory
interface.
This class represents the entry point available to application-level concrete runner
implementations to the webservices functionalities implemented by means of the WSIF
project.
In order to change thi entry point with another one based on other webservice frameworks,
you have to follow these steps:
1. implement the IWsHelperFactory
interface
2. implement the IWsHelper
interface
3. implement any other class you might need
4. package them all and put the jar in the classpath
5. point out the FQN of the factory implemented at the first step in the jtr.xml configuration file
as a factory
element, using as a key IWsHelperFactory
WsifHelper
Constructor Summary | |
---|---|
WsifHelperFactory()
|
Method Summary | |
---|---|
IWsHelper |
getInstance()
Get a new instance of the concrete IWsHelper implementation
associated with the configured IWsHelperFactory class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsifHelperFactory()
Method Detail |
---|
public IWsHelper getInstance()
IWsHelperFactory
IWsHelper
implementation
associated with the configured IWsHelperFactory
class.
getInstance
in interface IWsHelperFactory
IWsHelperFactory.getInstance()
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |