Use the Port Types section to customize WSDL properties at the port type level. The properties affect only the operations of that port type.
You can define the following properties at the port type level:
Element | Description |
---|---|
Java Class |
Customizes the Java class name provided by the WSDL file. |
Enable Wrapper Style | Customizes the way the parameter types and return types of a WSDL operation are generated. By default, wsimport uses the wrapper style. |
Enable MIME Content | Customizes the attachment mechanism that provides additional metadata as to how the WSDL type is bound to Java. |
Enable Asynchronous Client | Generates asynchchronous methods for the WSDL operations. For each operation, two asynchronous methods are generated. |
You can overrride the settings at the port type operation level to designate which operations are affected.
Related Topics
Developing Applications with NetBeans IDE,
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; and to You under the Apache License, Version 2.0. |