javax.jws
Annotation Type WebService
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface WebService
name
public abstract java.lang.String name
- Default:
- ""
targetNamespace
public abstract java.lang.String targetNamespace
- Default:
- ""
serviceName
public abstract java.lang.String serviceName
- Default:
- ""
wsdlLocation
public abstract java.lang.String wsdlLocation
- Default:
- ""
endpointInterface
public abstract java.lang.String endpointInterface
- Default:
- ""
portName
public abstract java.lang.String portName
- Default:
- ""
Copyright © 2007 Apache Web Services Project. All Rights Reserved.