Uses of Interface
org.nakedobjects.remoting.exchange.Request

Packages that use Request
org.nakedobjects.remoting.client   
org.nakedobjects.remoting.exchange   
org.nakedobjects.remoting.protocol   
org.nakedobjects.remoting.protocol.encoding   
org.nakedobjects.remoting.protocol.serialize   
org.nakedobjects.remoting.server   
org.nakedobjects.remoting.transport.pipe   
 

Uses of Request in org.nakedobjects.remoting.client
 

Methods in org.nakedobjects.remoting.client with parameters of type Request
 ResponseEnvelope ClientConnectionDefault.executeRemotely(Request request)
           
 ResponseEnvelope ClientConnection.executeRemotely(Request request)
           
 

Uses of Request in org.nakedobjects.remoting.exchange
 

Classes in org.nakedobjects.remoting.exchange that implement Request
 class AuthorizationRequestAbstract
           
 class AuthorizationRequestUsability
           
 class AuthorizationRequestVisibility
           
 class ClearAssociationRequest
          REVIEW: should we split? the OTMA will need to specify the associate to remove, but the OTOA should not need to provide the associate to clear.
 class ClearValueRequest
           
 class CloseSessionRequest
           
 class ExecuteClientActionRequest
           
 class ExecuteServerActionRequest
           
 class FindInstancesRequest
           
 class GetObjectRequest
           
 class GetPropertiesRequest
           
 class HasInstancesRequest
           
 class OidForServiceRequest
           
 class OpenSessionRequest
           
 class RequestAbstract
           
 class ResolveFieldRequest
           
 class ResolveObjectRequest
           
 class SetAssociationRequest
           
 class SetValueRequest
           
 

Constructors in org.nakedobjects.remoting.exchange with parameters of type Request
ResponseEnvelope(Request request)
           
 

Uses of Request in org.nakedobjects.remoting.protocol
 

Methods in org.nakedobjects.remoting.protocol that return Request
 Request ServerMarshaller.readRequest()
           
 

Methods in org.nakedobjects.remoting.protocol with parameters of type Request
 java.lang.Object ClientMarshaller.request(Request request)
           
 

Uses of Request in org.nakedobjects.remoting.protocol.encoding
 

Methods in org.nakedobjects.remoting.protocol.encoding that return Request
 Request EncodingMarshaller.readRequest()
           
 

Methods in org.nakedobjects.remoting.protocol.encoding with parameters of type Request
 java.lang.Object EncodingMarshaller.request(Request request)
           
 

Uses of Request in org.nakedobjects.remoting.protocol.serialize
 

Methods in org.nakedobjects.remoting.protocol.serialize that return Request
 Request SerializingMarshaller.readRequest()
           
 

Methods in org.nakedobjects.remoting.protocol.serialize with parameters of type Request
 java.lang.Object SerializingMarshaller.request(Request request)
           
 

Uses of Request in org.nakedobjects.remoting.server
 

Methods in org.nakedobjects.remoting.server that return Request
 Request ServerConnectionDefault.readRequest()
           
 Request ServerConnection.readRequest()
           
 

Uses of Request in org.nakedobjects.remoting.transport.pipe
 

Methods in org.nakedobjects.remoting.transport.pipe that return Request
 Request PipedConnection.getRequest()
           
 

Methods in org.nakedobjects.remoting.transport.pipe with parameters of type Request
 ResponseEnvelope PipedClient.executeRemotely(Request request)
           
 void PipedConnection.setRequest(Request request)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.