public class AETClosingSchemaFactoryCreatorImpl extends java.lang.Object implements AETClosingSchemaFactoryCreator
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static Key |
KEY_AETClosingSchemaEncoding |
static Key |
KEY_AETClosingSchemaMap |
static Key |
KEY_AETClosingSchemaResource |
static Key |
KEY_AETClosingSchemaSection |
static Key |
KEY_AETClosingSchemaURL |
static org.apache.commons.logging.Log |
log
ロガー
|
| コンストラクタと説明 |
|---|
AETClosingSchemaFactoryCreatorImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AETClosingSchemaFactory |
createAETClosingSchemaFactory(Resource resource) |
java.lang.String |
getCreatorName()
Creatorの名前を返す。
|
java.lang.String[] |
getDependCreatorNames()
Creatorが依存する他のCreatorキー名を表す。
|
Key[] |
getDependFactoryKey()
Creatorが依存する他のFactoryのキー名を表す。
|
Key |
getFactoryKey()
Resourceで対応するFactoryキー名を返す。
|
public static final org.apache.commons.logging.Log log
public static final Key KEY_AETClosingSchemaEncoding
public static final Key KEY_AETClosingSchemaMap
public static final Key KEY_AETClosingSchemaURL
public static final Key KEY_AETClosingSchemaResource
public static final Key KEY_AETClosingSchemaSection
public AETClosingSchemaFactory createAETClosingSchemaFactory(Resource resource) throws FatalException
createAETClosingSchemaFactory インタフェース内 AETClosingSchemaFactoryCreatorFatalExceptionpublic java.lang.String getCreatorName()
FactoryCreatorgetCreatorName インタフェース内 FactoryCreatorpublic java.lang.String[] getDependCreatorNames()
FactoryCreatorgetDependCreatorNames インタフェース内 FactoryCreatorpublic Key[] getDependFactoryKey()
FactoryCreatorgetDependFactoryKey インタフェース内 FactoryCreatorpublic Key getFactoryKey()
FactoryCreatorgetFactoryKey インタフェース内 FactoryCreator