Apache CXF API

org.apache.cxf.rs.security.xml
Class AbstractXmlSecInHandler

java.lang.Object
  extended by org.apache.cxf.rs.security.xml.AbstractXmlSecInHandler
Direct Known Subclasses:
AbstractXmlEncInHandler, AbstractXmlSigInHandler

public abstract class AbstractXmlSecInHandler
extends Object


Constructor Summary
AbstractXmlSecInHandler()
           
 
Method Summary
protected  Document getDocument(Message message)
           
protected  Element getNode(Element parent, String ns, String name, int index)
           
 void setAllowEmptyBody(boolean allow)
           
protected  void throwFault(String error, Exception ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractXmlSecInHandler

public AbstractXmlSecInHandler()
Method Detail

setAllowEmptyBody

public void setAllowEmptyBody(boolean allow)

getDocument

protected Document getDocument(Message message)

throwFault

protected void throwFault(String error,
                          Exception ex)

getNode

protected Element getNode(Element parent,
                          String ns,
                          String name,
                          int index)

Apache CXF API

Apache CXF