|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Configuration
Configuration holder for the SAG outbound eWay.
| Nested Class Summary | |
|---|---|
static interface |
Configuration.AcquireSnFRequestConfig
Configuration used to acquire the SnF queue. |
static interface |
Configuration.EnvelopeConfig
Maps the Remote API message Envelope structure. |
static interface |
Configuration.ExchangeFileRequestConfig
Configuration used for FileAct Client. |
static interface |
Configuration.ExchangeRequestConfig
Configuration used for InterAct Client. |
static interface |
Configuration.ExchangeSnFRequestConfig
Configuration used for SnF (can be used for InterAct and FileAct). |
static interface |
Configuration.HandleFileResponseConfig
Configuration used for FileAct Server. |
static interface |
Configuration.HandleResponseConfig
Configuration used for InterAct Server. |
static interface |
Configuration.HandleSnFResponseConfig
Configuration used for SnF (can be used for InterAct and FileAct). |
static interface |
Configuration.LocalAuthenticationConfig
Maps the Remote API LMAC (Local Message Authentication Code) settings. |
static interface |
Configuration.PostOperationConfig
Post Operation config for FileAct. |
static interface |
Configuration.PrimitiveControlConfig
Used to hold some control information for Primitives. |
static interface |
Configuration.RemoteApiBaseConfig
Maps to Remote API Base Setting. |
static interface |
Configuration.TransportConfig
Maps to the Remote API SagTransport configuration file. |
| Method Summary | |
|---|---|
Configuration.ExchangeFileRequestConfig |
getFileActClient()
Gets the exchange file request settings. |
Configuration.HandleFileResponseConfig |
getFileActServer()
|
Configuration.ExchangeRequestConfig |
getInterActClient()
Gets the exchange request settings. |
Configuration.HandleResponseConfig |
getInterActServer()
|
Configuration.RemoteApiBaseConfig |
getRemoteApiBase()
Gets the remote API base settings. |
Configuration.EnvelopeConfig |
getSagEnvelope()
Gets the SAG Envelope settings. |
Configuration.LocalAuthenticationConfig |
getSagLocalAuthentication()
Gets the SAG Local Authentication settings. |
Configuration.TransportConfig |
getSagTransport()
Gets the SAG transport. |
void |
reset()
Resets the configuration. |
void |
validate()
Validates the whole configuration. |
| Method Detail |
|---|
Configuration.RemoteApiBaseConfig getRemoteApiBase()
throws SAGApplicationException
RemoteApiBaseConfig - Returns the remote API Base configuration.
SAGApplicationException - upon error.
Configuration.TransportConfig getSagTransport()
throws SAGApplicationException
TransportConfig - Returns the SAG transport configuration.
SAGApplicationException - upon error.
Configuration.EnvelopeConfig getSagEnvelope()
throws SAGApplicationException
EnvelopeConfig - Returns SAG envelope configuration.
SAGApplicationException - upon error.
Configuration.LocalAuthenticationConfig getSagLocalAuthentication()
throws SAGApplicationException
LocalAuthenticationConfig - Returns SAG Local Authentication configuration.
SAGApplicationException - upon error.
Configuration.ExchangeRequestConfig getInterActClient()
throws SAGApplicationException
ExchangeRequestConfig - Returns the SAG exchange request configuration.
SAGApplicationException - upon error.
Configuration.HandleResponseConfig getInterActServer()
throws SAGApplicationException
SAGApplicationException
Configuration.ExchangeFileRequestConfig getFileActClient()
throws SAGApplicationException
ExchangeFileRequestConfig - Returns the exchange file request configuration.
SAGApplicationException - upon error.
Configuration.HandleFileResponseConfig getFileActServer()
throws SAGApplicationException
SAGApplicationException - upon error
void validate()
throws SAGApplicationException
SAGApplicationException - upon error.void reset()
|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||