Package org.apache.cxf.ws.security.wss4j
Class CXFCallbackLookup
- java.lang.Object
-
- org.apache.wss4j.dom.callback.DOMCallbackLookup
-
- org.apache.cxf.ws.security.wss4j.CXFCallbackLookup
-
- All Implemented Interfaces:
CallbackLookup
public class CXFCallbackLookup extends DOMCallbackLookup
This class uses a DOM-based approach to locate Elements that are referenced via an Id.
-
-
Constructor Summary
Constructors Constructor Description CXFCallbackLookup(Document doc, Element soapBody)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementgetSOAPBody()Get the SOAP Body-
Methods inherited from class org.apache.wss4j.dom.callback.DOMCallbackLookup
getAndRegisterElement, getElement, getElements
-
-
-
-
Method Detail
-
getSOAPBody
public Element getSOAPBody()
Get the SOAP Body- Specified by:
getSOAPBodyin interfaceCallbackLookup- Overrides:
getSOAPBodyin classDOMCallbackLookup
-
-