org.apache.ws.security.common
Class CustomProcessor

java.lang.Object
  extended by org.apache.ws.security.common.CustomProcessor
All Implemented Interfaces:
Processor

public class CustomProcessor
extends java.lang.Object
implements Processor

a custom processor that inserts itself into the results list


Constructor Summary
CustomProcessor()
           
 
Method Summary
 java.util.List<WSSecurityEngineResult> handleToken(org.w3c.dom.Element elem, RequestData data, WSDocInfo wsDocInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomProcessor

public CustomProcessor()
Method Detail

handleToken

public final java.util.List<WSSecurityEngineResult> handleToken(org.w3c.dom.Element elem,
                                                                RequestData data,
                                                                WSDocInfo wsDocInfo)
                                                         throws WSSecurityException
Specified by:
handleToken in interface Processor
Throws:
WSSecurityException


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.