Тип аннотации WebService
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface WebService
Необязательные элементы
| Модификатор и тип | Необязательный элемент и описание |
|---|---|
String |
endpointInterface |
String |
name |
String |
portName |
String |
serviceName |
String |
targetNamespace |
String |
wsdlLocation |
Элементы
name
public abstract String name
- По умолчанию:
- ""
targetNamespace
public abstract String targetNamespace
- По умолчанию:
- ""
serviceName
public abstract String serviceName
- По умолчанию:
- ""
portName
public abstract String portName
- По умолчанию:
- ""
wsdlLocation
public abstract String wsdlLocation
- По умолчанию:
- ""
endpointInterface
public abstract String endpointInterface
- По умолчанию:
- ""
© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.