public class RRequest extends Object
| Constructor and Description |
|---|
RRequest(String uri)
Creates a resource request.
|
RRequest(String systemId,
String baseUri)
Creates a resource request.
|
RRequest(String uri,
String publicId,
String systemId,
String baseUri)
Creates a resource request.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
expandSystemId(String baseId,
String systemId)
Calculates the schema file location.
|
String |
getBaseUri() |
String |
getPublicId() |
String |
getResolvedSystemId()
|
String |
getSystemId() |
String |
getUri() |
String |
getUriOrId()
Returns uri or resolved system id.
|
ResponseBuilder |
noResultResponse() |
protected String |
resolveSystemId() |
String |
toString() |
public RRequest(String uri, String publicId, String systemId, String baseUri)
uri - URI of the requested resourcepublicId - Public ID of the requested resourcesystemId - System internal ID of the requested resourcebaseUri - URI of the system sending the requestpublic RRequest(String systemId, String baseUri)
systemId - System internal ID of the requested resourcebaseUri - URI of the system sending the requestpublic RRequest(String uri)
uri - URI of the requested resourcepublic String getUri()
public String getPublicId()
public String getSystemId()
public String getBaseUri()
public String getUriOrId()
public String getResolvedSystemId()
protected String resolveSystemId()
protected String expandSystemId(String baseId, String systemId)
baseId - systemId - public ResponseBuilder noResultResponse()
Copyright © 2015. All rights reserved.