Package | Description |
---|---|
com.dpslink.flash.b2b |
DPS Flash specific implementations for classes in
com.ibm.ctc.b2b.connector . |
com.ibm.ctc.b2b.connector |
IBM-written product-neutral classes for business-to-business CXML processing.
|
com.ibm.ctc.b2b.connector.test |
IBM-written product-neutral classes for business-to-business CXML processing.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
NewQuoteConnector.parseParms(ConnectorParameters parms)
Returns the needed data values from the connector parameters.
|
JavaConnectorResult |
PunchOutConnector.run(ConnectorParameters parms)
Method called by the flow manager to execute the application connector.
|
abstract JavaConnectorResult |
GenericDBConnector.run(ConnectorParameters parms)
Method called by the flow manager to execute the application connector.
|
JavaConnectorResult |
NewQuoteConnector.run(ConnectorParameters parms)
Method called by the flow manager to execute the application connector.
|
JavaConnectorResult |
OrderRequestConnector.run(ConnectorParameters parms)
Method called by the flow manager to execute the application connector.
|
Modifier and Type | Field and Description |
---|---|
(package private) ConnectorParameters |
JavaConnectorResult.parms |
Modifier and Type | Method and Description |
---|---|
JavaConnectorResult |
ApplicationConnectorInterface.run(ConnectorParameters parms)
Method called to process the request.
|
Constructor and Description |
---|
JavaConnectorResult(ConnectorParameters parms) |
Modifier and Type | Method and Description |
---|---|
JavaConnectorResult |
OrderRequestConnector.run(ConnectorParameters parms) |
JavaConnectorResult |
NewQuoteConnector.run(ConnectorParameters parms) |
JavaConnectorResult |
PunchoutSetupRequestConnector.run(ConnectorParameters parms) |