|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ResponseWebService
Asynchronous Services publish asynchronous BPEL process style WSDL that contains two portTypes. One portType defines the interface for the incoming request to the asynchronous service and another portType defines the interface for the callback service. Use this annotation to customize the names of the different components of callback portType and related entities.
| Optional Element Summary | |
|---|---|
String |
nameThe name of the response portType. |
String |
partnerLinkRoleThe role name of the callback portType used in the partner link element of the WSDL |
String |
portNameFor future use |
String |
serviceNameFor future use |
String |
serviceRefNameThe service reference name used for the service reference that is used to send the response message. |
String |
targetNamespaceThe targetNamespace is used for the namespace for the wsdl:portType, wsdl:service and all the associated XML elements. |
public abstract String name
public abstract String targetNamespace
public abstract String serviceName
public abstract String portName
public abstract String partnerLinkRole
public abstract String serviceRefName
|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||