|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SIP2MessageResponse | |
|---|---|
| com.pkrete.jsip2.connection | |
| com.pkrete.jsip2.messages | |
| com.pkrete.jsip2.messages.responses | |
| com.pkrete.jsip2.parser | |
| Uses of SIP2MessageResponse in com.pkrete.jsip2.connection |
|---|
| Methods in com.pkrete.jsip2.connection that return SIP2MessageResponse | |
|---|---|
SIP2MessageResponse |
SIP2SocketConnection.send(SIP2MessageRequest request)
Sends the given SIP2MessageRequest to the ILS SIP server and returns the SIP2MessageResponse received. |
| Uses of SIP2MessageResponse in com.pkrete.jsip2.messages |
|---|
| Methods in com.pkrete.jsip2.messages that return SIP2MessageResponse | |
|---|---|
SIP2MessageResponse |
SIP2ResponseFactory.create(String data)
Creates a new SIP2MessageResponse object based on the given data. |
| Uses of SIP2MessageResponse in com.pkrete.jsip2.messages.responses |
|---|
| Subclasses of SIP2MessageResponse 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. |
| Uses of SIP2MessageResponse in com.pkrete.jsip2.parser |
|---|
| Methods in com.pkrete.jsip2.parser that return SIP2MessageResponse | |
|---|---|
abstract SIP2MessageResponse |
SIP2ResponseParser.parse(String data)
Parses a SIP2MessageResponse from the given string. |
SIP2MessageResponse |
SIP2PatronStatusResponseParser.parse(String data)
Parses a new SIP2PatronStatusResponse from the given data. |
SIP2MessageResponse |
SIP2PatronInformationResponseParser.parse(String data)
Parses a new SIP2PatronInformationResponse from the given data. |
SIP2MessageResponse |
SIP2LoginResponseParser.parse(String data)
Parses a new SIP2LoginResponse from the given data. |
SIP2MessageResponse |
SIP2ACSStatusResponseParser.parse(String data)
Parses a new SIP2ACSStatusResponse from the given data. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||