|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutboundConfiguration
Configuration holder for the SAG outbound eWay.
| Nested Class Summary | |
|---|---|
static interface |
OutboundConfiguration.OutboundConnectionEstablishConfig
Configuration object for outbound ConnectionEstablish section. |
| Method Summary | |
|---|---|
OutboundConfiguration.OutboundConnectionEstablishConfig |
getConnectionEstablish()
Gets the outbound connection establish settings. |
Configuration.ExchangeFileRequestConfig |
getFileActClient()
Gets the exchange file request settings. |
Configuration.ExchangeRequestConfig |
getInterActClient()
Gets the exchange request settings. |
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.LocalAuthenticationConfig getSagLocalAuthentication()
throws SAGApplicationException
LocalAuthenticationConfig - Returns SAG Local Authentication configuration.
SAGApplicationException - upon error.
Configuration.EnvelopeConfig getSagEnvelope()
throws SAGApplicationException
EnvelopeConfig - Returns SAG envelope configuration.
SAGApplicationException - upon error.
void validate()
throws SAGApplicationException
SAGApplicationException - upon error.void reset()
OutboundConfiguration.OutboundConnectionEstablishConfig getConnectionEstablish()
throws SAGApplicationException
OutboundConnectionEstablishConfig - Returns the outbound connection establish configuration.
SAGApplicationException - upon error.
Configuration.ExchangeRequestConfig getInterActClient()
throws SAGApplicationException
ExchangeRequestConfig - Returns the SAG exchange request configuration.
SAGApplicationException - upon error.
Configuration.ExchangeFileRequestConfig getFileActClient()
throws SAGApplicationException
ExchangeFileRequestConfig - Returns the exchange file request configuration.
SAGApplicationException - upon error.
|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||