|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SAGInbound
Meaning of special method suffix: _TBD: To Be Determined. It may be changed or removed up on more information. _NR : Not Required (or Not Required to expose) at this moment. It stands there just to show some design hints. It can be removed when design is finalized.
| Nested Class Summary | |
|---|---|
static interface |
SAGInbound.InboundServices
A set of Swift Message Serives, i.e. |
| Method Summary | |
|---|---|
SAGConstants |
getConstants()
The SAGConstants can be used in collaboration by users. |
InboundConfiguration |
getInboundConfiguration()
It represents the eWay's Inbound Configuration. |
SAGInbound.InboundServices |
getInboundServices()
It holds the inbound message services like FileAct, InterAct, etc. |
Primitives |
getPrimitives()
It holds all SNL primitives defined in SNL Specification (and Sw.dtd). |
RemoteApis |
getRemoteApis()
It represents the RemoteApis for host adapter. |
java.lang.String |
readSwiftDateTime()
Utility method - it can be used by both InterAct and FileAct. |
| Method Detail |
|---|
InboundConfiguration getInboundConfiguration()
throws SAGApplicationException
InboundConfiguration - Returns the InboundConfiguration object.
SAGApplicationException - upon error.
SAGInbound.InboundServices getInboundServices()
throws SAGApplicationException
InboundServices - Returns the inbound services object.
SAGApplicationException - upon error.SAGConstants getConstants()
SAGConstants - Returns the SAGConstants object.
RemoteApis getRemoteApis()
throws SAGApplicationException
RemoteApis - Returns the RemoteApis object.
SAGApplicationException - upon error.
Primitives getPrimitives()
throws SAGApplicationException
Primitives - Returns the Primitives object.
SAGApplicationException - upon error.
java.lang.String readSwiftDateTime()
throws SAGApplicationException
String - Returns the local date and time converted to UTC.
SAGApplicationException - upon error.
|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||