API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws. WebServiceRef View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Description
@Target (value={TYPE, METHOD, FIELD})
@Retention (value=RUNTIME)
@Documented
public annotation WebServiceRef
  The WebServiceRef annotation is used to define a reference to a web service and (optionally) an injection target for it.
See also:    Resource
Elements
mappedName = ""
  A product specific name that this resource should be mapped to.
name = ""
  The JNDI name of the resource.
type = java.lang.Object.class
  The Java type of the resource.
value = java.lang.Object.class
  The service class, always a type extending javax.xml.ws.Service.
wsdlLocation = ""
  A URL pointing to the WSDL document for the web service.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar