Package | Description |
---|---|
com.ibm.ctc.b2b.connector |
IBM-written product-neutral classes for business-to-business CXML processing.
|
com.ibm.ctc.b2b.response |
IBM-written product-neutral classes for business-to-business CXML processing.
|
Modifier and Type | Field and Description |
---|---|
protected ResponseDocument |
ConnectorParameters.responseDocument |
Modifier and Type | Method and Description |
---|---|
ResponseDocument |
JavaConnectorResult.getResponse() |
Modifier and Type | Class and Description |
---|---|
class |
ErrorResponse
Represents the cXML for a Error response.
|
class |
OrderResponse
Represents the cXML for a OrderResponse.
|
class |
ProfileResponse
Represents the cXML for a ProfileRequest response.
|
class |
PunchOutOrderMessage
Represents the cXML for a PunchOutOrderMessage.
|
class |
PunchOutSetupResponse
Represents the cXML for a PunchOutSetupRequest response.
|
Modifier and Type | Method and Description |
---|---|
static ResponseDocument |
ResponseDocumentFactory.create(org.dom4j.Document theDoc,
java.lang.String type)
Creates a response document for a request.
|