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).


Required Element Summary
 String name
           
 String targetNamespace
           
 
Optional Element Summary
 String endpointInterface
           
 String portName
           
 String serviceName
           
 String wsdlLocation
           
 

Element Detail

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.