JTR 4.0 API Documentation

jtr.ws.wsif
Class WsifHelperFactory

java.lang.Object
  extended by jtr.ws.wsif.WsifHelperFactory
All Implemented Interfaces:
IFactory, IWsHelperFactory

public class WsifHelperFactory
extends java.lang.Object
implements IWsHelperFactory, IFactory

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

Since:
3.0
Version:
4.0
Author:
Francesco Russo (frusso@dev.java.net)
See Also:
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

WsifHelperFactory

public WsifHelperFactory()
Method Detail

getInstance

public IWsHelper getInstance()
Description copied from interface: IWsHelperFactory
Get a new instance of the concrete IWsHelper implementation associated with the configured IWsHelperFactory class.

Specified by:
getInstance in interface IWsHelperFactory
Returns:
IWsHelper
See Also:
IWsHelperFactory.getInstance()

The JTR Project is licensed under GPL version 2