Class WsdlParserConfig
-
- All Implemented Interfaces:
public final class WsdlParserConfig
-
-
Field Summary
Fields Modifier and Type Field Description private Function1<String, String>serviceNameMapperprivate XsTypeParserxsTypeParserprivate final List<DataTypeParser<XmlSchemaSimpleType>>simpleTypeParsers
-
Constructor Summary
Constructors Constructor Description WsdlParserConfig()
-
Method Summary
Modifier and Type Method Description final Function1<String, String>getServiceNameMapper()final UnitsetServiceNameMapper(Function1<String, String> serviceNameMapper)final XsTypeParsergetXsTypeParser()final UnitsetXsTypeParser(XsTypeParser xsTypeParser)final List<DataTypeParser<XmlSchemaSimpleType>>getSimpleTypeParsers()-
-
Method Detail
-
getServiceNameMapper
final Function1<String, String> getServiceNameMapper()
-
setServiceNameMapper
final Unit setServiceNameMapper(Function1<String, String> serviceNameMapper)
-
getXsTypeParser
final XsTypeParser getXsTypeParser()
-
setXsTypeParser
final Unit setXsTypeParser(XsTypeParser xsTypeParser)
-
getSimpleTypeParsers
final List<DataTypeParser<XmlSchemaSimpleType>> getSimpleTypeParsers()
-
-
-
-