com.continuent.tungsten.common.tdf.dto
Class TdfResourceLocation

java.lang.Object
  extended by com.continuent.tungsten.common.tdf.dto.TdfResourceLocation

public class TdfResourceLocation
extends java.lang.Object

Class describing a metadata embeded in a Response

Version:
1.0
Author:
Ludovic Launer

Field Summary
 java.net.URI commandUrl
           
 java.net.URI listDescriptionServiceUrl
           
 java.net.URI location
           
 java.net.URI statusUrl
           
 
Constructor Summary
TdfResourceLocation()
           
TdfResourceLocation(javax.ws.rs.core.UriInfo uriInfo, Service service, java.lang.Class statusResource, java.lang.Class serviceResource, java.lang.Class commandResource)
          Creates a new TdfResponseMetadata object
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

statusUrl

public java.net.URI statusUrl

location

public java.net.URI location

commandUrl

public java.net.URI commandUrl

listDescriptionServiceUrl

public java.net.URI listDescriptionServiceUrl
Constructor Detail

TdfResourceLocation

public TdfResourceLocation()

TdfResourceLocation

public TdfResourceLocation(javax.ws.rs.core.UriInfo uriInfo,
                           Service service,
                           java.lang.Class statusResource,
                           java.lang.Class serviceResource,
                           java.lang.Class commandResource)
Creates a new TdfResponseMetadata object

Parameters:
uriInfo -
service -