-
- All Implemented Interfaces:
public abstract class BaseWsdlOperationParser
-
-
Method Summary
Modifier and Type Method Description abstract TypegetInputType()abstract TypegetOutputType()final List<FaultModel>findFaults()-
-
Method Detail
-
getInputType
abstract Type getInputType()
-
getOutputType
abstract Type getOutputType()
-
findFaults
final List<FaultModel> findFaults()
-
-
-
-