Optional<List<String>> |
CxfBuildTimeConfig.Wsdl2JavaParameterSet.asyncMethods() |
A comma separated list of SEI methods for which asynchronous sibling methods should be generated; similar to
enableAsyncMapping in a JAX-WS binding file
|
Optional<List<String>> |
CxfBuildTimeConfig.Wsdl2JavaParameterSet.bareMethods() |
A comma separated list of SEI methods for which wrapper style sibling methods should be generated; similar to
enableWrapperStyle in JAX-WS binding file
|
Optional<List<String>> |
CxfBuildTimeConfig.Wsdl2JavaParameterSet.bindings() |
A list of paths pointing at JAXWS or JAXB binding files or XMLBeans context files.
|
String |
CxfBuildTimeConfig.Wsdl2JavaParameterSet.exceptionSuper() |
A fully qualified class name to use as a superclass for fault beans generated from wsdl:fault elements
|
Optional<List<String>> |
CxfBuildTimeConfig.Wsdl2JavaParameterSet.excludeNamespaceUris() |
A comma separated list of WSDL schema namespace URIs to ignore when generating Java code.
|
Optional<List<String>> |
CxfBuildTimeConfig.Wsdl2JavaParameterSet.mimeMethods() |
A comma separated list of SEI methods for which mime:content mapping should be enabled; similar to
enableMIMEContent in JAX-WS binding file
|
Optional<List<String>> |
CxfBuildTimeConfig.Wsdl2JavaParameterSet.packageNames() |
A comma separated list of tokens; each token can be one of the following:
A Java package under which the Java source files should be generated
A string of the form namespaceURI=packageName - in this case the entities coming from the given
namespace URI will be generated under the given Java package.
|
Optional<String> |
CxfBuildTimeConfig.Wsdl2JavaParameterSet.serviceName() |
The WSDL service name to use for the generated code.
|
boolean |
CxfBuildTimeConfig.Wsdl2JavaParameterSet.validate() |
If true, WSDLs are validated before processing; otherwise the WSDLs are not validated.
|
Optional<String> |
CxfBuildTimeConfig.Wsdl2JavaParameterSet.wsdlLocation() |
Specifies the value of the @WebServiceClient annotation's wsdlLocation property.
|
Optional<List<String>> |
CxfBuildTimeConfig.Wsdl2JavaParameterSet.xjc() |
A comma separated list of XJC extensions to enable.
|