org.apache.ws.security.common
Class CustomAction

java.lang.Object
  extended by org.apache.ws.security.common.CustomAction
All Implemented Interfaces:
Action

public class CustomAction
extends java.lang.Object
implements Action

a custom action that leaves a breadcumb


Constructor Summary
CustomAction()
           
 
Method Summary
 void execute(WSHandler handler, int actionToDo, org.w3c.dom.Document doc, RequestData reqData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomAction

public CustomAction()
Method Detail

execute

public void execute(WSHandler handler,
                    int actionToDo,
                    org.w3c.dom.Document doc,
                    RequestData reqData)
             throws WSSecurityException
Specified by:
execute in interface Action
Throws:
WSSecurityException


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