org.objectweb.jeremie.stub_factories.std
Class StdStubFactory.RequestSessionImpl
java.lang.Object
org.objectweb.jeremie.stub_factories.std.StdStubFactory.RequestSessionImpl
- StdStubFactory
- RequestSession
protected class StdStubFactory.RequestSessionImpl
implements RequestSession
Provides an implementation of a request session
.
boolean | equals(Object other)
|
Object | getTarget() - Returns this session's target.
|
int | hashCode()
|
void | send(UnMarshaller message, ReplySession session) - Sends a message to the session target.
|
RequestSessionImpl
protected RequestSessionImpl(Object target)
Builds a new RequestSessionImpl.
target
- the session target.
equals
public boolean equals(Object other)
getTarget
public Object getTarget()
Returns this session's target.
- this session's target.
hashCode
public int hashCode()
send
public void send(UnMarshaller message,
ReplySession session)
throws JonathanException
Sends a message to the session target.
message
- the message to be sent;session
- the reply session to be used for answering the request.