com.tarantella.tta.webservices.parser
Interface IResponseFactory

All Known Implementing Classes:
DefaultResponseFactory

public interface IResponseFactory

Interface to create IResponse nodes.


Method Summary
 IResponse newResponseObject(java.lang.String nodeName, java.util.Hashtable attributes)
          Creates a new node.
 

Method Detail

newResponseObject

IResponse newResponseObject(java.lang.String nodeName,
                            java.util.Hashtable attributes)
Creates a new node.

Parameters:
nodeName - The name of the node.
attributes - Initial attributes.
Returns:
An object implementing the IResponse interface.
Since:
1.0