Skip navigation links


com.bea.wsrp.consumer.interceptor
Interface Status


public interface Status

Encapsulates return values for the preInvoke, postInvoke, onFault, and onIOFailure interceptor methods. The default return value is CONTINUE_CHAIN, which causes interceptor framework to follow normal control flow. The normal control flow is 1) preInvoke 2) invoke WSRP operation 3) postInvoke/onFault/onIOFailure.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Nested Class Summary
static class Status.OnFault
          The possible return values for the onFault method of an interceptor.
static class Status.OnIOFailure
          The possible return values for the onIOFailure method of an interceptor.
static class Status.PostInvoke
          The possible return values for the postInvoke method of an interceptor.
static class Status.PreInvoke
          The possible return values for the preInvoke method of an interceptor.

 


Skip navigation links


Copyright © 2010, Oracle. All rights reserved.