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

Packages that use SIP2MessageRequest
com.pkrete.jsip2.connection   
com.pkrete.jsip2.messages.requests   
 

Uses of SIP2MessageRequest in com.pkrete.jsip2.connection
 

Methods in com.pkrete.jsip2.connection with parameters of type SIP2MessageRequest
 SIP2MessageResponse SIP2SocketConnection.send(SIP2MessageRequest request)
          Sends the given SIP2MessageRequest to the ILS SIP server and returns the SIP2MessageResponse received.
 

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

Subclasses of SIP2MessageRequest 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.
 



Copyright © 2012-2014. All Rights Reserved.