API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.jws. WebService View Source
Author(s)
Copyright (c) 2004 by BEA Systems, Inc. All Rights Reserved.
Since
Version
Serial
Description
@Retention (value=RUNTIME)
@Target (value=TYPE)
public annotation WebService
Marks a Java class as implementing a Web Service, or a Java interface as defining a Web Service interface.
See also:   
Elements
endpointInterface = ""
  The complete name of the service endpoint interface defining the service's abstract Web Service contract.
name = ""
  The name of the Web Service.
portName = ""
  The port name of the Web Service.
serviceName = ""
  The service name of the Web Service.
targetNamespace = ""
  If the @WebService.targetNamespace annotation is on a service endpoint interface, the targetNamespace is used for the namespace for the wsdl:portType (and associated XML elements).
wsdlLocation = ""
  The location of a pre-defined WSDL describing the service.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar