jtr.ws
Interface IWsHelperFactory
- All Known Implementing Classes:
- JaxWsHelperFactory
public interface IWsHelperFactory
This interface defines the contract between the JTR framework and every
ws-plugin implementation.
It is possible to plug into the JTR framework different webservices
access/invocation providers just providing a new IWsHelperFactory
implementation along with at least a custom IWsHelper
implementation.
- Since:
- 3.0
- Version:
- 5.0
- Author:
- Francesco Russo (frusso@dev.java.net)
Method Summary |
IWsHelper |
getInstance()
Get a new instance of the concrete IWsHelper implementation
associated with the configured IWsHelperFactory class. |
getInstance
IWsHelper getInstance()
- Get a new instance of the concrete
IWsHelper
implementation
associated with the configured IWsHelperFactory
class.
- Returns:
- IWsHelper