|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidSIP2ResponseValueException | |
|---|---|
| com.pkrete.jsip2.connection | |
| com.pkrete.jsip2.messages | |
| com.pkrete.jsip2.parser | |
| com.pkrete.jsip2.variables | |
| Uses of InvalidSIP2ResponseValueException in com.pkrete.jsip2.connection |
|---|
| Methods in com.pkrete.jsip2.connection that throw InvalidSIP2ResponseValueException | |
|---|---|
SIP2MessageResponse |
SIP2SocketConnection.send(SIP2MessageRequest request)
Sends the given SIP2MessageRequest to the ILS SIP server and returns the SIP2MessageResponse received. |
| Uses of InvalidSIP2ResponseValueException in com.pkrete.jsip2.messages |
|---|
| Methods in com.pkrete.jsip2.messages that throw InvalidSIP2ResponseValueException | |
|---|---|
SIP2MessageResponse |
SIP2ResponseFactory.create(String data)
Creates a new SIP2MessageResponse object based on the given data. |
| Uses of InvalidSIP2ResponseValueException in com.pkrete.jsip2.parser |
|---|
| Methods in com.pkrete.jsip2.parser that throw InvalidSIP2ResponseValueException | |
|---|---|
protected boolean |
SIP2ResponseParser.charEmptyToBool(char character)
Converts the given character to a boolean value. |
protected boolean |
SIP2ResponseParser.charToBool(char character)
Converts the given character to a boolean value. |
protected boolean |
SIP2ResponseParser.intToBool(char character)
Converts the given character to a boolean value. |
abstract SIP2MessageResponse |
SIP2ResponseParser.parse(String data)
Parses a SIP2MessageResponse from the given string. |
SIP2RenewResponse |
SIP2RenewResponseParser.parse(String data)
Parses a new SIP2RenewResponse from the given data. |
SIP2RenewAllResponse |
SIP2RenewAllResponseParser.parse(String data)
Parses a new SIP2RenewAllResponse from the given data. |
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. |
SIP2PatronEnableResponse |
SIP2PatronEnableResponseParser.parse(String data)
Parses a new SIP2PatronEnableResponse from the given data. |
SIP2MessageResponse |
SIP2LoginResponseParser.parse(String data)
Parses a new SIP2LoginResponse from the given data. |
SIP2ItemStatusUpdateResponse |
SIP2ItemStatusUpdateResponseParser.parse(String data)
Parses a new SIP2ItemStatusUpdateResponse from the given data. |
SIP2ItemInformationResponse |
SIP2ItemInformationResponseParser.parse(String data)
Parses a new SIP2ItemInformationResponse from the given data. |
SIP2HoldResponse |
SIP2HoldResponseParser.parse(String data)
Parses a new SIP2HoldResponse from the given data. |
SIP2FeePaidResponse |
SIP2FeePaidResponseParser.parse(String data)
Parses a new SIP2FeePaidResponse from the given data. |
SIP2EndSessionResponse |
SIP2EndSessionResponseParser.parse(String data)
Parses a new SIP2EndSessionResponse from the given data. |
SIP2CheckoutResponse |
SIP2CheckoutResponseParser.parse(String data)
Parses a new SIP2CheckoutResponse from the given data. |
SIP2CheckinResponse |
SIP2CheckinResponseParser.parse(String data)
Parses a new SIP2CheckinResponse from the given data. |
SIP2MessageResponse |
SIP2ACSStatusResponseParser.parse(String data)
Parses a new SIP2ACSStatusResponse from the given data. |
protected int |
SIP2ResponseParser.stringToInt(String value)
Converts the given string to an integer. |
| Uses of InvalidSIP2ResponseValueException in com.pkrete.jsip2.variables |
|---|
| Methods in com.pkrete.jsip2.variables that throw InvalidSIP2ResponseValueException | |
|---|---|
AlertType |
AlertTypeFactory.getAlertType(String code)
Returns the alert type that matches the given code. |
CirculationStatus |
CirculationStatusFactory.getCirculationStatus(String code)
Returns a circulation status matching the given circulation status code. |
CurrencyType |
CurrencyTypeFactory.getCurrencyType(String code)
Returns the currency type that matches the given code. |
FeeType |
FeeTypeFactory.getFeeType(String code)
Returns the fee type that matches the given code. |
ItemType |
ItemTypeFactory.getItemType(String code)
Returns the item type that matches the given code. |
Language |
LanguageFactory.getLanguage(String code)
Returns a language matching the given language code. |
MediaType |
MediaTypeFactory.getMediaType(String code)
Returns the media type that matches the given code. |
SecurityMarker |
SecurityMarkerFactory.getSecurityMarker(String code)
Returns the security marker that matches the given code. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||