uk.ac.soton.itinnovation.grid.comms.wsdl
Annotation Type WebService
@Retention(value=RUNTIME)
@Documented
public @interface WebService
Each web service interface should be annotated with this annotation.
This allows the WSDL generator to output the correct namespace.
Note: this class was previously called WebServiceWSDL. The class and its fields have
been renamed to match the JAX-WS API's javax.jws.WebService. We're not actually
using that at present due to problems with the jar (dependencies and conflicts).
name
public abstract String name
targetNamespace
public abstract String targetNamespace
serviceName
public abstract String serviceName
- Default:
- ""
endpointInterface
public abstract String endpointInterface
- Default:
- ""
portName
public abstract String portName
- Default:
- ""
wsdlLocation
public abstract String wsdlLocation
- Default:
- ""
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.