com.ibm.websphere.fabric.da
Class InboundResponse

java.lang.Object
  extended by com.ibm.websphere.fabric.da.InboundResponse
All Implemented Interfaces:
java.io.Serializable

public abstract class InboundResponse
extends java.lang.Object
implements java.io.Serializable

Data object passed to ResponseListener that holds the actual response from the endpoint.

Version:
$Id: $
Author:
arichardson
See Also:
Serialized Form

Constructor Summary
InboundResponse()
           
 
Method Summary
abstract  Context getInvocationContext()
           
abstract  InvocationSummary getInvocationSummary()
           
abstract  java.lang.String getOperationName()
           
abstract  java.lang.String getPortType()
           
abstract  CompositePolicy getPropagatedPolicy()
          Provides access to the propagated policy requested by this endpoint.
abstract  commonj.sdo.DataObject getResponseMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InboundResponse

public InboundResponse()
Method Detail

getPortType

public abstract java.lang.String getPortType()

getOperationName

public abstract java.lang.String getOperationName()

getInvocationContext

public abstract Context getInvocationContext()

getResponseMessage

public abstract commonj.sdo.DataObject getResponseMessage()

getInvocationSummary

public abstract InvocationSummary getInvocationSummary()

getPropagatedPolicy

public abstract CompositePolicy getPropagatedPolicy()
Provides access to the propagated policy requested by this endpoint.

Returns:
The propagated policy for the endpoint if it was requested, or null if the endpoint did not request a propagated policy.


Copyright © 2002-2009 IBM. All Rights Reserved.