Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1.4)

E10689-03


Uses of Class
oracle.wsm.common.sdk.WSMException

Packages that use WSMException
oracle.wsm.common.sdk   
oracle.wsm.policyengine   
oracle.wsm.policyengine.impl   

 

Uses of WSMException in oracle.wsm.common.sdk

 

Methods in oracle.wsm.common.sdk that return WSMException
 WSMException Result.getFault()
          Return the fault that caused this request execution to fail.
 WSMException IResult.getFault()
          Return the fault that caused this request execution to fail.

 

Methods in oracle.wsm.common.sdk with parameters of type WSMException
 void Result.setFault(WSMException fault)
          Set the fault that caused this request execution to fail.
 void IResult.setFault(WSMException fault)
          Set the fault that caused this request execution to fail.

 

Methods in oracle.wsm.common.sdk that throw WSMException
 void MessageContext.cloneFrom(MessageContext origContext)
           
 void SOAPBindingMessageContext.cloneFrom(SOAPBindingMessageContext origContext)
           
 java.util.Map<java.lang.String,java.lang.String> SOAPBindingMessageContext.getAllTransportHeaders()
          For Interceptor use, outbound processing only
 java.util.Map<java.lang.String,java.lang.String> ISOAPBindingMessageContext.getAllTransportHeaders()
           
 java.lang.String SOAPBindingMessageContext.getTransportHeader(java.lang.String headerName)
          Server agent uses it for inbound processing
 java.lang.String ISOAPBindingMessageContext.getTransportHeader(java.lang.String headerName)
           
 java.lang.Object SOAPBindingMessageContext.getTransportObject(java.lang.String objName)
          For inbound message processing, as server agent
 java.lang.Object ISOAPBindingMessageContext.getTransportObject(java.lang.String objectName)
           
 void SOAPBindingMessageContext.setTransportHeader(java.lang.String headerName, java.lang.String headerVal, java.lang.String agentFunction)
          Client agent uses it for outbound message processing with processRequest Service agent uses it for inbound message processing with processResponse
 void ISOAPBindingMessageContext.setTransportHeader(java.lang.String headerName, java.lang.String headerVal, java.lang.String agentFunction)
           

 

Uses of WSMException in oracle.wsm.policyengine

 

Methods in oracle.wsm.policyengine that throw WSMException
 IResult IAssertionExecutor.execute(IContext mcontext)
          Must always return a non-null IResult object.
 void IAssertionExecutor.init(IAssertion ia, IExecutionContext context, IContext msgContext)
          This method is called after the AssertionExecutor is created or after one of the properties has been changed.
 IResult IAssertionExecutor.postExecute(IContext messageContext)
          Executes any task required after policy execution.

 

Uses of WSMException in oracle.wsm.policyengine.impl

 

Methods in oracle.wsm.policyengine.impl with parameters of type WSMException
protected  void AssertionExecutor.generateFault(WSMException fault)
           

 

Methods in oracle.wsm.policyengine.impl that throw WSMException
protected  void AssertionExecutor.generateFault(WSMException fault)
           
 void AssertionExecutor.init(IAssertion ia, IExecutionContext context)
           
 IResult AssertionExecutor.postExecute(IContext messageContext)
          Executes any task required after policy execution.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1.4)

E10689-03


Copyright © 2007-2009, Oracle. All rights reserved.