javax.jws
Annotation Type WebService


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface WebService


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

name

public abstract String name
Default:
""

targetNamespace

public abstract String targetNamespace
Default:
""

serviceName

public abstract String serviceName
Default:
""

wsdlLocation

public abstract String wsdlLocation
Default:
""

endpointInterface

public abstract String endpointInterface
Default:
""

portName

public abstract String portName
Default:
""


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.