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
  • Constructor Details

    • XWSSProcessorFactory2_0Impl

      public XWSSProcessorFactory2_0Impl()
  • Method Details

    • createProcessorForSecurityConfiguration

      public XWSSProcessor createProcessorForSecurityConfiguration(InputStream securityConfiguration, CallbackHandler handler) throws com.sun.xml.wss.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:
      com.sun.xml.wss.XWSSecurityException - if there was an error in creating the the XWSSProcessor