Class WsdlParserConfig
-
- All Implemented Interfaces:
public final class WsdlParserConfig
-
-
Field Summary
Fields Modifier and Type Field Description private Function1<String, String>
serviceNameMapper
private XsTypeParser
xsTypeParser
private final List<DataTypeParser<XmlSchemaSimpleType>>
simpleTypeParsers
-
Constructor Summary
Constructors Constructor Description WsdlParserConfig()
-
Method Summary
Modifier and Type Method Description final Function1<String, String>
getServiceNameMapper()
final Unit
setServiceNameMapper(Function1<String, String> serviceNameMapper)
final XsTypeParser
getXsTypeParser()
final Unit
setXsTypeParser(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()
-
-
-
-