java.lang.Object | |
↳ | com.computime.sunsystemsssc.SunSystemsSSCConnector |
Known Direct Subclasses |
Known Indirect Subclasses |
SunSystems Anypoint Cloud Connector - Connect to Infor SunSystems through SunSystems Connect web services
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
logger | |||||||||||
strategy |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return a list of SSC Components available
| |||||||||||
Execute an SSC Component Method.
| |||||||||||
Return XML schema of input payload
| |||||||||||
Return XML schema of output payload
| |||||||||||
Return a list of methods available for a selected component
| |||||||||||
Setter of connection strategy
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Return a list of SSC Components available
Execute an SSC Component Method. Set the Message payload as the SSC Payload.
component | The name of the SSC component to execute |
---|---|
method | The name of the SSC method to execute |
group | The name of the Sun Systems group (Business Unit Code) |
sscPayload | The SSC request payload |
checkForError | Set to true if the method should fire an exception if an error occurs. |
errorsAsHtmlTable | Set to true if error message should be formatted as an HTML table. Set to false if error message should return SSC payload filter out with entries which failed |
timeout | Number of milliseconds before a timeout is thrown. |
SunSystemsConnectException | Validation errors captured by SunSystems |
---|
Return XML schema of input payload
component | The name of the SSC component to get input schema |
---|---|
method | The name of the SSC Method of the component to get input schema |
Return XML schema of output payload
component | The name of the SSC component to get output schema |
---|---|
method | The name of the SSC Method of the component to get output schema |
Return a list of methods available for a selected component
component | The name of the SSC component to filter methods on |
---|
Setter of connection strategy
strategy |
---|