BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.jws
Interface AsyncFailure

All Superinterfaces:
Annotation

public interface AsyncFailure
extends Annotation

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

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

Method Detail

operation

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


target

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


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.