Uses of Class
javax.servlet.sip.ServletParseException

Packages that use ServletParseException
javax.servlet.sip   
 

Uses of ServletParseException in javax.servlet.sip
 

Methods in javax.servlet.sip that throw ServletParseException
 Address SipFactory.createAddress(java.lang.String addr)
          Returns a Address corresponding to the specified string.
 Parameterable SipFactory.createParameterable(java.lang.String s)
          Creates a new Parameterable parsed from 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.
 URI SipFactory.createURI(java.lang.String uri)
          Returns a URI object corresponding to the specified string, which should represent an escaped SIP, SIPS, or tel URI.
 Address SipServletMessage.getAddressHeader(java.lang.String name)
          Returns the value of the specified header as a Address object.
 java.util.ListIterator<Address> SipServletMessage.getAddressHeaders(java.lang.String name)
          Returns a ListIterator over all Address header field values for the specified header.
 Parameterable SipServletMessage.getParameterableHeader(java.lang.String name)
          Returns the value of the specified header field as a Parameterable object.
 java.util.ListIterator<? extends Parameterable> SipServletMessage.getParameterableHeaders(java.lang.String name)
          Returns a ListIterator over all Parameterable header field values for the specified header name.
 



Copyright © 2011. All Rights Reserved.