public class ResponseDocumentFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static java.lang.String |
COPYRIGHT |
| Modifier | Constructor and Description |
|---|---|
private |
ResponseDocumentFactory()
Private ctor to prevent instantiation, this is a static class.
|
| Modifier and Type | Method and Description |
|---|---|
static ResponseDocument |
create(org.dom4j.Document theDoc,
java.lang.String type)
Creates a response document for a request.
|
static final java.lang.String COPYRIGHT
private ResponseDocumentFactory()
public static ResponseDocument create(org.dom4j.Document theDoc, java.lang.String type) throws B2bException
theDoc - The cXML request document.type - Type of the request document.B2bException