BEA Systems, Inc.

weblogic.jws
Interface ReliabilityErrorHandler

All Superinterfaces:
Annotation

@Retention(value=RUNTIME)
@Target(value=METHOD)
public interface ReliabilityErrorHandler
extends Annotation

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


Method Summary
 String target()
          This attribute specifies the target stub name that this method will be handling reliability failures 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 handling reliability failures for.


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