|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Configuration.HandleFileResponseConfig
Configuration used for FileAct Server.
| Nested Class Summary | |
|---|---|
static interface |
Configuration.HandleFileResponseConfig.AckFileResponseConfig
For AckFile response. |
static interface |
Configuration.HandleFileResponseConfig.FetchFileRequestConfig
For SnF FetchFile request. |
static interface |
Configuration.HandleFileResponseConfig.GetFileResponseConfig
For GetFile response. |
static interface |
Configuration.HandleFileResponseConfig.NotifyFileResponseConfig
For SnF NotifyFile response. |
static interface |
Configuration.HandleFileResponseConfig.PutFileResponseConfig
For PutFile response. |
| Method Summary | |
|---|---|
java.lang.String |
getBlockFileTransfer()
Gets the BlockFileTransfer. |
Configuration.HandleFileResponseConfig.GetFileResponseConfig |
getGetFile()
Parameters:None. |
Configuration.HandleFileResponseConfig.PutFileResponseConfig |
getPutFile()
Put method for the FileResponseConfig. |
java.lang.String |
getReceiveModeConfig()
Gets the receive mode configuration. |
Configuration.HandleFileResponseConfig.FetchFileRequestConfig |
getSnFFetchFile()
Fetch method for the FileRequestConfig. |
Configuration.HandleFileResponseConfig.NotifyFileResponseConfig |
getSnFNotifyFile()
Notify method for the FileResponseConfig. |
Configuration.AcquireSnFRequestConfig |
getSnFToAcquire()
Gets the SnF to aquire. |
java.lang.String |
getSw_EventEP()
|
java.lang.String |
getSw_Partition()
Gets the partition name. |
java.lang.String |
getSw_TransferKey()
Gets the Transfer Key used for the abort file operation. |
java.lang.String |
getSwInt_NRIndicator()
Gets the NR indicator. |
java.lang.String |
getSwInt_Responder()
Gets the responder. |
java.lang.String |
getSwInt_ResponseCrypto()
Gets SwInt_ResponseCrypto. |
java.lang.String |
getSwInt_ResponseRef()
Gets the response reference. |
java.lang.String |
getSwSec_UserDN()
Gets the UserDN, (distinguished name)used to identify and authenticate the sending user. |
java.lang.String |
getUseRemoteFileHandler()
Gets the flag UseRemoteFileHandler. |
boolean |
isBlockFileTransfer()
Returns the BlockFileTransfer status. |
boolean |
isReceiveModeRealTime()
Returns whether receive mode is in real time. |
boolean |
isReceiveModeSnF()
Returns whether receive mode is SnF. |
boolean |
isUseRemoteFileHandler()
Gets the flag UseRemoteFileHandler in boolean. |
void |
setBlockFileTransfer(java.lang.String blockFileTransfer)
Sets the BlockFileTransfer status. |
void |
setReceiveModeConfig(java.lang.String receiveMode)
Sets the receive mode configuration. |
void |
setSw_Partition(java.lang.String partition)
Sets the partition name. |
void |
setSw_TransferKey(java.lang.String transferKey)
Sets the Transfer Key used for the abort file operation. |
void |
setSwInt_NRIndicator(java.lang.String nrIndicator)
Sets whether SwInt_NRIndicator, non-repudiation support is being used. |
void |
setSwInt_Responder(java.lang.String responder)
Sets the SwInt_Responder, used to identify the receiving party. |
void |
setSwInt_ResponseCrypto(java.lang.String responseCrypto)
Sets SwInt_ResponseCrypto. |
void |
setSwInt_ResponseRef(java.lang.String responseRef)
Sets the response reference |
void |
setSwSec_UserDN(java.lang.String userDN)
Sets the UserDN, (distinguished name)used to identify and authenticate the sending user. |
void |
setUseRemoteFileHandler(java.lang.String useRFH)
Sets the flag UseRemoteFileHandler. |
void |
validate()
Validates the HandleFileResponse section. |
| Method Detail |
|---|
Configuration.HandleFileResponseConfig.GetFileResponseConfig getGetFile()
throws SAGApplicationException
GetFileResponseConfig - Returns
SAGApplicationException - upon error.
Configuration.HandleFileResponseConfig.PutFileResponseConfig getPutFile()
throws SAGApplicationException
PutFileResponseConfig - Returns the PutFile request configuration.
SAGApplicationException - upon error.
Configuration.HandleFileResponseConfig.FetchFileRequestConfig getSnFFetchFile()
throws SAGApplicationException
FetchFileRequestConfig - Returns the fetch file request configuration.
SAGApplicationException - upon error.
Configuration.HandleFileResponseConfig.NotifyFileResponseConfig getSnFNotifyFile()
throws SAGApplicationException
NotifyFileResponseConfig - Returns the fetch file request configuration.
SAGApplicationException - upon error.
Configuration.AcquireSnFRequestConfig getSnFToAcquire()
throws SAGApplicationException
AcquireSnFRequestConfig - Returns AcquireSnF request configuration.
SAGApplicationException - upon error.java.lang.String getSwSec_UserDN()
String - Returns user DN.
java.lang.String getSwInt_Responder()
String - Returns the responder.
java.lang.String getSwInt_ResponseRef()
String - Returns the response reference.
java.lang.String getSwInt_ResponseCrypto()
String - Returns response incryption.
java.lang.String getSwInt_NRIndicator()
String - Returns NR indicator.
java.lang.String getSw_TransferKey()
String - Returns the Transfer Key used for the abort file operation.
java.lang.String getUseRemoteFileHandler()
boolean isUseRemoteFileHandler()
java.lang.String getSw_Partition()
String - Returns the partition name.
java.lang.String getSw_EventEP()
java.lang.String getBlockFileTransfer()
String - Returns block file transfer.
boolean isBlockFileTransfer()
boolean - Returns block file transfer status.
java.lang.String getReceiveModeConfig()
String - Returns the receive mode configuration.
boolean isReceiveModeRealTime()
boolean - Returns whether receive mode is real time.
boolean isReceiveModeSnF()
boolean - Returns whether receive mode is SnF.
void setSwSec_UserDN(java.lang.String userDN)
throws SAGApplicationException
userDN -
SAGApplicationException - upon error.
void setSwInt_Responder(java.lang.String responder)
throws SAGApplicationException
responder -
SAGApplicationException - upon error.
void setSwInt_ResponseRef(java.lang.String responseRef)
throws SAGApplicationException
responseRef -
SAGApplicationException - upon error.
void setSwInt_ResponseCrypto(java.lang.String responseCrypto)
throws SAGApplicationException
responseCrypto -
SAGApplicationException - upon error.
void setSwInt_NRIndicator(java.lang.String nrIndicator)
throws SAGApplicationException
nrIndicator -
SAGApplicationException - upon error.
void setSw_TransferKey(java.lang.String transferKey)
throws SAGApplicationException
transferKey -
SAGApplicationException - upon error.
void setUseRemoteFileHandler(java.lang.String useRFH)
throws SAGApplicationException
useRFH - TRUE or FALSE
SAGApplicationException - upon error.
void setSw_Partition(java.lang.String partition)
throws SAGApplicationException
partition -
SAGApplicationException - upon error.
void setBlockFileTransfer(java.lang.String blockFileTransfer)
throws SAGApplicationException
blockFileTransfer -
SAGApplicationException - upon error.
void setReceiveModeConfig(java.lang.String receiveMode)
throws SAGApplicationException
receiveMode -
SAGApplicationException - upon error
void validate()
throws SAGApplicationException
SAGApplicationException - upon error.
|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||