Uses of Class
javax.servlet.sip.ServletParseException

Uses of ServletParseException in javax.servlet.sip
 

Methods in javax.servlet.sip that throw ServletParseException
 URI SipFactory.createURI(java.lang.String uri)
          Returns a URI object corresponding to the specified string.
 Address SipFactory.createAddress(java.lang.String sipAddress)
          Returns a Address corresponding to the specified string.
 SipServletRequest SipFactory.createRequest(SipApplicationSession appSession, java.lang.String method, java.lang.String from, java.lang.String to)
          Returns a new request object with the specified request method, From, and To headers.
 Address SipServletMessage.getAddressHeader(java.lang.String name)
          Returns the value of the specified header as a Address object.
 java.util.ListIterator SipServletMessage.getAddressHeaders(java.lang.String name)
          Returns a ListIterator over all Address header field values for the specified header.
 



SIP Servlet API 1.0