Package com.sun.xml.wss.impl.misc
Class XWSSProcessorFactory2_0Impl
- java.lang.Object
-
- com.sun.xml.wss.XWSSProcessorFactory
-
- com.sun.xml.wss.impl.misc.XWSSProcessorFactory2_0Impl
-
public class XWSSProcessorFactory2_0Impl extends XWSSProcessorFactory
-
-
Field Summary
-
Fields inherited from class com.sun.xml.wss.XWSSProcessorFactory
DEFAULT_XWSS_PROCESSOR_FACTORY, XWSS_PROCESSOR_FACTORY_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description XWSSProcessorFactory2_0Impl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XWSSProcessorcreateProcessorForSecurityConfiguration(InputStream securityConfiguration, CallbackHandler handler)Creates a new instance ofXWSSProcessor-
Methods inherited from class com.sun.xml.wss.XWSSProcessorFactory
newInstance
-
-
-
-
Method Detail
-
createProcessorForSecurityConfiguration
public XWSSProcessor createProcessorForSecurityConfiguration(InputStream securityConfiguration, CallbackHandler handler) throws com.sun.xml.wss.XWSSecurityException
Description copied from class:XWSSProcessorFactoryCreates a new instance ofXWSSProcessor- Specified by:
createProcessorForSecurityConfigurationin classXWSSProcessorFactory- Parameters:
securityConfiguration- anInputStreamfor theSecurityConfigurationXML to be used by theXWSSProcessorhandler- a JAASCallbackHandlerto be used by theXWSSProcessorfor Key and other Security information retrieval- Returns:
- a new instance of
XWSSProcessor - Throws:
com.sun.xml.wss.XWSSecurityException- if there was an error in creating the theXWSSProcessor
-
-