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.


Required Element Summary
 String bindingName
           
 String targetNamespace
           
 
Optional Element Summary
 String portTypeName
           
 String resourcePath
           
 String serviceName
           
 

Element Detail

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.