Uses of Class
com.pkrete.jsip2.messages.SIP2Message

Packages that use SIP2Message
com.pkrete.jsip2.messages   
com.pkrete.jsip2.messages.requests   
com.pkrete.jsip2.messages.responses   
 

Uses of SIP2Message in com.pkrete.jsip2.messages
 

Subclasses of SIP2Message in com.pkrete.jsip2.messages
 class SIP2MessageRequest
          This abstract class is a base class of the SIP2 request messages sent to the ILS SIP server.
 class SIP2MessageResponse
          This abstract class is a base class of the SIP2 response messages received from the ILS SIP server.
 

Uses of SIP2Message in com.pkrete.jsip2.messages.requests
 

Subclasses of SIP2Message in com.pkrete.jsip2.messages.requests
 class SIP2BlockPatronRequest
          This class represents the message that is used to request the ILS to block the patron card.
 class SIP2CheckinRequest
          This class represents the message that is used to checkin an item, and also to cancel a SIP2CheckoutRequest that did not succesfully complete.
 class SIP2CheckoutRequest
          This class represents the message that is used to checkout an item, and also to cancel a SIP2CheckinRequest that did not succesfully complete.
 class SIP2CirculationTransactionRequest
          This abstract class is a base class of the SIP2CheckoutRequest and the SIP2CheckinRequest classes.
 class SIP2EndPatronSessionRequest
          This class represents the message that is sent when a patron has completed all their transactions.
 class SIP2FeePaidRequest
          This class represents the message that can be used to notify the ILS that a fee has been collected from the patron.
 class SIP2HoldRequest
          This class represents the message that can is used to create, modify, or delete a hold.
 class SIP2ItemInformationRequest
          This class represents the message that is used to request item information.
 class SIP2ItemStatusUpdateRequest
          This class represents the message that is used to send item information to the ILS, without having to do a checkout or checkin operation.
 class SIP2LoginRequest
          This class represents the message that is used to login to an ILS SIP server program.
 class SIP2PatronEnableRequest
          This class represents the message that can be used to re-enable canceled patrons.
 class SIP2PatronInformationRequest
          This class represents the message that is used to request detailedd patron information from the ILS SIP server, and this class extends the SIP2PatronRequest message.
 class SIP2PatronRequest
          This abstract class is a base class of the SIP2PatronStatusRequest and the SIP2PatronInformationRequest classes.
 class SIP2PatronStatusRequest
          This class represents the message that is used to request the patron information from the ILS SIP server.
 class SIP2RenewAllRequest
          This class represents the message that is used to renew all items that the patron has checked out.
 class SIP2RenewRequest
          This class represents the message that is used to renew an item.
 class SIP2RequestResend
          This class represent the message that is used to request the ILS to re-transmit its last message.
 class SIP2SCStatusRequest
          This class represents the request that sends the current status of the system to the ILS SIP server, which replies with the SIP2ACSStatusResponse message.
 

Uses of SIP2Message in com.pkrete.jsip2.messages.responses
 

Subclasses of SIP2Message in com.pkrete.jsip2.messages.responses
 class SIP2ACSStatusResponse
          This class represents the response message that the ILS SIP server must send in response to the SIP2SCStatusRequest message.
 class SIP2CheckinResponse
          This class represents the response message that the ILS SIP server must send in response to the SIP2CheckinRequest message.
 class SIP2CheckoutResponse
          This class represents the response message that the ILS SIP server must send in response to the SIP2CheckoutRequest message.
 class SIP2CirculationTransactionResponse
          This abstract class is a base class of the SIP2CheckoutResponse and the SIP2CheckinResponse classes.
 class SIP2EndSessionResponse
          The ILS must send this message in response to the SIP2EndPatronSessionRequest message.
 class SIP2FeePaidResponse
          The ILS must send this message in response to the SIP2FeePaidRequest message.
 class SIP2HoldResponse
          The ILS must send this message in response to the SIP2HoldRequest message.
 class SIP2ItemInformationResponse
          The ILS must send this message in response to the SIP2ItemInformationRequest message.
 class SIP2ItemStatusUpdateResponse
          The ILS must send this message in response to the SIP2ItemStatusUpdateRequest message.
 class SIP2LoginResponse
          This class represents the response that the ILS SIP server should send in response to the SIP2LoginRequest message.
 class SIP2PatronEnableResponse
          The ILS must send this message in response to the SIP2PatronEnableRequest message.
 class SIP2PatronInformationResponse
          This class represents the response message that the ILS SIP server must send in response to the SIP2PatronInformationRequest message}.
 class SIP2PatronResponse
          This abstract class is a base class of the SIP2PatronStatusResponse and the SIP2PatronInformationResponse classes.
 class SIP2PatronStatusResponse
          This class represents the response message that the ILS SIP server must send in response to the SIP2PatronStatusRequest message as well as in response to the SIP2BlockPatronRequest.
 class SIP2RenewAllResponse
          This class represents the response message that the ILS SIP server must send in response to the SIP2RenewAllRequest message.
 class SIP2RenewResponse
          This class represents the response message that the ILS SIP server must send in response to the SIP2RenewRequest message.
 



Copyright © 2012-2014. All Rights Reserved.