com.ibm.websphere.fabric.da
Class InboundResponse
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InboundResponse
public InboundResponse()
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.