|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.WSITXMLFactory
public class WSITXMLFactory
| Field Summary | |
|---|---|
static boolean |
DISABLE_SECURE_PROCESSING
|
| Constructor Summary | |
|---|---|
WSITXMLFactory()
|
|
| Method Summary | |
|---|---|
static DocumentBuilderFactory |
createDocumentBuilderFactory(boolean disableSecureProcessing)
Returns properly configured (e.g. |
static SAXParserFactory |
createParserFactory(boolean disableSecureProcessing)
Returns properly configured (e.g. |
static SchemaFactory |
createSchemaFactory(String language,
boolean disableSecureProcessing)
Returns properly configured (e.g. |
static TransformerFactory |
createTransformerFactory(boolean disableSecureProcessing)
Returns properly configured (e.g. |
static XPathFactory |
createXPathFactory(boolean disableSecureProcessing)
Returns properly configured (e.g. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean DISABLE_SECURE_PROCESSING
| Constructor Detail |
|---|
public WSITXMLFactory()
| Method Detail |
|---|
public static final SchemaFactory createSchemaFactory(String language,
boolean disableSecureProcessing)
throws IllegalArgumentException
IllegalArgumentException
public static final SAXParserFactory createParserFactory(boolean disableSecureProcessing)
throws IllegalArgumentException
IllegalArgumentException
public static final XPathFactory createXPathFactory(boolean disableSecureProcessing)
throws IllegalArgumentException
IllegalArgumentException
public static final TransformerFactory createTransformerFactory(boolean disableSecureProcessing)
throws IllegalArgumentException
IllegalArgumentException
public static final DocumentBuilderFactory createDocumentBuilderFactory(boolean disableSecureProcessing)
throws IllegalStateException
IllegalStateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||