uk.ac.soton.itinnovation.grid.comms.wsdl
Annotation Type WebServiceWSDL
@Retention(value=RUNTIME)
@Documented
public @interface WebServiceWSDL
Each web service interface should be annotated with this annotation.
This allows the WSDL generator to output the correct namespace.
targetNamespace
public abstract String targetNamespace
bindingName
public abstract String bindingName
portTypeName
public abstract String portTypeName
- Default:
- ""
serviceName
public abstract String serviceName
- Default:
- ""
resourcePath
public abstract String resourcePath
- Default:
- ""
Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.