public class ComponentDefinitionFileParser
extends java.lang.Object
| Constructor and Description | 
|---|
ComponentDefinitionFileParser()  | 
| Modifier and Type | Method and Description | 
|---|---|
ComponentConfiguration | 
parse(java.io.InputStream in)
コンポーネント設定ファイルをパースする。 
 | 
public ComponentConfiguration parse(java.io.InputStream in) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException
in - コンポーネント設定ファイルのストリームjavax.xml.parsers.ParserConfigurationException - Saxパーサの作成に失敗した場合org.xml.sax.SAXException - ファイルのパースに失敗した場合java.io.IOException - ファイルの読み込みに失敗した場合