javax.xml.ws
Annotation Type ResponseWrapper


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface ResponseWrapper


Optional Element Summary
 String className
           
 String localName
           
 String targetNamespace
           
 

localName

public abstract String localName
Default:
""

targetNamespace

public abstract String targetNamespace
Default:
""

className

public abstract String className
Default:
""


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