BEA Systems, Inc.

weblogic.jws
Interface AsyncResponse

All Superinterfaces:
Annotation

@Retention(value=RUNTIME)
@Target(value=java.lang.annotation.ElementType.METHOD)
public interface AsyncResponse
extends Annotation

This annotation is used on a method within JWS to indicate that the method will handle asynchronous responses resulting from an asynchronous web services invocation.


Method Summary
 String operation()
          This attribute specifies the target method name on the stub that this method will be handling the asynchronous responses for.
 String target()
          This attribute specifies the target stub name that this method will be handing the asynchronous responses for.
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

target

String target()
This attribute specifies the target stub name that this method will be handing the asynchronous responses for.


operation

String operation()
This attribute specifies the target method name on the stub that this method will be handling the asynchronous responses for.


Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.