Search in sources :

Example 1 with XFault

use of org.apache.cxf.tools.validator.internal.model.XFault in project cxf by apache.

the class WSDLRefValidator method getFaultXNode.

private XNode getFaultXNode(XNode opVNode, String name) {
    XFault oNode = new XFault();
    oNode.setName(name);
    oNode.setParentNode(opVNode);
    return oNode;
}
Also used : XFault(org.apache.cxf.tools.validator.internal.model.XFault)

Aggregations

XFault (org.apache.cxf.tools.validator.internal.model.XFault)1