|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object gov.nist.javax.sip.parser.ParserFactory
public class ParserFactory
A factory class that does a name lookup on a registered parser and returns a header parser for the given name.
コンストラクタの概要 | |
---|---|
ParserFactory()
|
メソッドの概要 | |
---|---|
static HeaderParser |
createParser(java.lang.String line)
create a parser for a header. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ParserFactory()
メソッドの詳細 |
---|
public static HeaderParser createParser(java.lang.String line) throws java.text.ParseException
java.text.ParseException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |