@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ResponseWebService
| Modifier and Type | Optional Element and Description | 
|---|---|
| java.lang.String | nameThe name of the response portType. | 
| java.lang.String | partnerLinkRoleThe role name of the callback portType used in the partner link element of the WSDL | 
| java.lang.String | portNameFor future use | 
| java.lang.String | serviceNameFor future use | 
| java.lang.String | serviceRefNameThe service reference name used for the service reference that is used to send the response message. | 
| java.lang.String | targetNamespaceThe targetNamespace is used for the namespace for the wsdl:portType, wsdl:service and all the associated XML elements. | 
public abstract java.lang.String name
public abstract java.lang.String targetNamespace
public abstract java.lang.String serviceName
public abstract java.lang.String portName
public abstract java.lang.String partnerLinkRole
public abstract java.lang.String serviceRefName