Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.annotations.async
Annotation Type ResponseWebService


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ResponseWebService

Optional Element Summary
 String name
          The name of the response portType.
 String partnerLinkRole
           
 String portName
           
 String serviceName
           
 String serviceRefName
          The service reference name used for the service reference that is used to send the response message.
 String targetNamespace
          The targetNamespace is used for the namespace for the wsdl:portType, wsdl:service and all the associated XML elements).

 

name

public abstract String name
The name of the response portType. Also used as the name of the wsdl:portType when mapped to WSDL 1.1. The default name is the name of the annotated class with suffix "Response".
Default:
""

targetNamespace

public abstract String targetNamespace
The targetNamespace is used for the namespace for the wsdl:portType, wsdl:service and all the associated XML elements).
Default:
""

serviceName

public abstract String serviceName
Default:
""

portName

public abstract String portName
Default:
""

partnerLinkRole

public abstract String partnerLinkRole
Default:
""

serviceRefName

public abstract String serviceRefName
The service reference name used for the service reference that is used to send the response message. The default value is [class name with this annotation] + SERVICE_REF_NAME_SUFFIX This value must be unique for the deployable archive. This value is used for the <service-ref-name> and <display-name> elements under the <service-ref> element in the standard deployment descriptor for the deployable archive. This value is used for the name attribute in the <service-ref-mapping> element in the proprietary deployment descriptor for the deployable archive.
Default:
""

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.