org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal
Class FaultProcessor
java.lang.Object
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.AbstractProcessor
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.FaultProcessor
public class FaultProcessor
- extends AbstractProcessor
|
Constructor Summary |
FaultProcessor(org.apache.cxf.tools.common.ToolContext penv)
|
|
Method Summary |
void |
process(org.apache.cxf.tools.common.model.JavaMethod method,
Collection<org.apache.cxf.service.model.FaultInfo> faults)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FaultProcessor
public FaultProcessor(org.apache.cxf.tools.common.ToolContext penv)
process
public void process(org.apache.cxf.tools.common.model.JavaMethod method,
Collection<org.apache.cxf.service.model.FaultInfo> faults)
throws org.apache.cxf.tools.common.ToolException
- Throws:
org.apache.cxf.tools.common.ToolException
Apache CXF