|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseTransport | |
gov.noaa.gdsg.xmldbremote.service | |
gov.noaa.gdsg.xmldbremote.service.transport |
Uses of BaseTransport in gov.noaa.gdsg.xmldbremote.service |
Methods in gov.noaa.gdsg.xmldbremote.service that return BaseTransport | |
BaseTransport |
ServiceHandler.createTransportObject(java.lang.Object object)
Creates a ServiceTransport object. |
protected BaseTransport |
ResourceSetHandler.createTransportObject(java.lang.Object object)
|
protected BaseTransport |
ResourceHandler.createTransportObject(java.lang.Object object)
Creates the Resource Transport object. |
protected BaseTransport |
CollectionHandler.createTransportObject(java.lang.Object object)
Needed by the super class to create the appropriate object |
BaseTransport |
BaseHandler.saveForSession(java.lang.Object object)
saves a service in session and returns the object that represents it |
protected abstract BaseTransport |
BaseHandler.createTransportObject(java.lang.Object object)
Subclass implement this in order to create the appropriate object and populate it with appropriate values. |
Methods in gov.noaa.gdsg.xmldbremote.service with parameters of type BaseTransport | |
protected java.lang.Object |
BaseHandler.getObjectFromSession(BaseTransport transport)
Using the transport id, finds the object the transport object represents. |
Uses of BaseTransport in gov.noaa.gdsg.xmldbremote.service.transport |
Subclasses of BaseTransport in gov.noaa.gdsg.xmldbremote.service.transport | |
class |
CollectionTransport
An simple object that is used to represent a local object in another dimension. |
class |
ResourceSetTransport
An object use to represent a ResourceSet in another dimension. |
class |
ResourceTransport
An object use to represent a local Resource in another dimension. |
class |
ServiceTransport
An object used to represent another object in a different dimension. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |