|
Oracle Secure Global Desktop Web Services API Documentation Release 4.6 E23734-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tarantella.tta.webservices.parser.DefaultResponseFactory
public class DefaultResponseFactory
Default factory for creating IResponse
nodes.
Constructor Summary | |
---|---|
DefaultResponseFactory()
|
Method Summary | |
---|---|
static IResponseFactory |
newInstance()
|
IResponse |
newResponseObject(java.lang.String nodeName,
java.util.Hashtable attributes)
Creates a new node. |
IResponse |
newResponseObject2(java.lang.String nodeName,
java.util.AbstractMap<java.lang.String,java.lang.String[]> attributes)
Creates a new node. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultResponseFactory()
Method Detail |
---|
public static IResponseFactory newInstance()
public IResponse newResponseObject(java.lang.String nodeName, java.util.Hashtable attributes)
IResponseFactory
newResponseObject
in interface IResponseFactory
nodeName
- The name of the node.attributes
- Initial attributes.
public IResponse newResponseObject2(java.lang.String nodeName, java.util.AbstractMap<java.lang.String,java.lang.String[]> attributes)
IResponseFactory
newResponseObject2
in interface IResponseFactory
nodeName
- The name of the node.attributes
- Initial attributes.
|
Oracle Secure Global Desktop Web Services API Documentation Release 4.6 E23734-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |