|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.xml.WebBeansXMLConfigurator
public final class WebBeansXMLConfigurator
Configures the web beans from the xml declerations.
| Constructor Summary | |
|---|---|
WebBeansXMLConfigurator()
Creates a new instance of the WebBeansXMLConfigurator |
|
| Method Summary | |
|---|---|
void |
configure(InputStream xmlStream)
Configures XML configuration file. |
void |
configure(InputStream xmlStream,
String fileName)
Configures XML configuration file. |
void |
configure(InputStream xmlStream,
String fileName,
ScannerService scanner)
Configures XML configuration file. |
void |
configureSpecSpecific(InputStream xmlStream,
String fileName)
Configures the web beans from the given input stream. |
void |
configureSpecSpecific(InputStream xmlStream,
String fileName,
ScannerService scanner)
Configures the web beans from the given input stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebBeansXMLConfigurator()
WebBeansXMLConfigurator
| Method Detail |
|---|
public void configure(InputStream xmlStream)
xmlStream - xml configuration file
public void configure(InputStream xmlStream,
String fileName)
xmlStream - xml configuration filefileName - file name
public void configure(InputStream xmlStream,
String fileName,
ScannerService scanner)
xmlStream - xml configuration filefileName - file namescanner - null or current ScannerService ref
public void configureSpecSpecific(InputStream xmlStream,
String fileName)
xmlStream - xml file containing the web beans definitions.fileName - name of the configuration file
public void configureSpecSpecific(InputStream xmlStream,
String fileName,
ScannerService scanner)
xmlStream - xml file containing the web beans definitions.fileName - name of the configuration filescanner - null or scanner ref
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||