| java.lang.Object org.objectweb.celtix.bindings.ServerRequest
ServerRequest | public class ServerRequest (Code) | | |
Inner Class :public enum ServerRequestState | |
ServerRequest | public ServerRequest(AbstractBindingBase b, ObjectMessageContext objectContext)(Code) | | Used to create a ServerRequest to represent a resent outgoing
message. Hence the state is set up to allow us to proceed directly
to the processOutbound() phase.
Parameters: b - the underlying binding Parameters: objectContext - the object message context |
complete | public void complete()(Code) | | |
doDispatch | public boolean doDispatch()(Code) | | |
doInvocation | public void doInvocation()(Code) | | |
getState | public ServerRequestState getState()(Code) | | |
isOneway | public boolean isOneway()(Code) | | |
isRequestor | public boolean isRequestor()(Code) | | |
processInbound | public void processInbound()(Code) | | |
setOneway | public void setOneway(boolean oneway)(Code) | | |
storeOperationName | protected void storeOperationName()(Code) | | |
|
|