javax.jws
Annotation Type WebService
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface WebService
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.