com.sun.xml.wss.impl.misc
Class XWSSProcessorFactory2_0Impl

java.lang.Object
  extended by com.sun.xml.wss.XWSSProcessorFactory
      extended by 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
XWSSProcessorFactory2_0Impl()
           
 
Method Summary
 XWSSProcessor createProcessorForSecurityConfiguration(InputStream securityConfiguration, CallbackHandler handler)
          Creates a new instance of XWSSProcessor
 
Methods inherited from class com.sun.xml.wss.XWSSProcessorFactory
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWSSProcessorFactory2_0Impl

public XWSSProcessorFactory2_0Impl()
Method Detail

createProcessorForSecurityConfiguration

public XWSSProcessor createProcessorForSecurityConfiguration(InputStream securityConfiguration,
                                                             CallbackHandler handler)
                                                      throws XWSSecurityException
Description copied from class: XWSSProcessorFactory
Creates a new instance of XWSSProcessor

Specified by:
createProcessorForSecurityConfiguration in class XWSSProcessorFactory
Parameters:
securityConfiguration - an InputStream for the SecurityConfiguration XML to be used by the XWSSProcessor
handler - a JAAS CallbackHandler to be used by the XWSSProcessor for Key and other Security information retrieval
Returns:
a new instance of XWSSProcessor
Throws:
XWSSecurityException - if there was an error in creating the the XWSSProcessor


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.