Uses of Class
com.pkrete.jsip2.exceptions.InvalidSIP2ResponseException

Packages that use InvalidSIP2ResponseException
com.pkrete.jsip2.connection   
com.pkrete.jsip2.messages   
com.pkrete.jsip2.parser   
 

Uses of InvalidSIP2ResponseException in com.pkrete.jsip2.connection
 

Methods in com.pkrete.jsip2.connection that throw InvalidSIP2ResponseException
 SIP2MessageResponse SIP2SocketConnection.send(SIP2MessageRequest request)
          Sends the given SIP2MessageRequest to the ILS SIP server and returns the SIP2MessageResponse received.
 

Uses of InvalidSIP2ResponseException in com.pkrete.jsip2.messages
 

Methods in com.pkrete.jsip2.messages that throw InvalidSIP2ResponseException
 SIP2MessageResponse SIP2ResponseFactory.create(String data)
          Creates a new SIP2MessageResponse object based on the given data.
 

Uses of InvalidSIP2ResponseException in com.pkrete.jsip2.parser
 

Methods in com.pkrete.jsip2.parser that throw InvalidSIP2ResponseException
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.
 



Copyright © 2012-2014. All Rights Reserved.