javax.xml.ws
Annotation Type WebServiceClient


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface WebServiceClient


Optional Element Summary
 String name
           
 String targetNamespace
           
 String wsdlLocation
           
 

name

public abstract String name
Default:
""

targetNamespace

public abstract String targetNamespace
Default:
""

wsdlLocation

public abstract String wsdlLocation
Default:
""


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