org.apache.cxf.rs.security.xml
Class AbstractXmlSecInHandler
java.lang.Object
org.apache.cxf.rs.security.xml.AbstractXmlSecInHandler
- Direct Known Subclasses:
- AbstractXmlEncInHandler, AbstractXmlSigInHandler
public abstract class AbstractXmlSecInHandler
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractXmlSecInHandler
public AbstractXmlSecInHandler()
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