Package org.fcrepo.client.integration
Class AbstractResourceIT
- java.lang.Object
-
- org.fcrepo.client.integration.AbstractResourceIT
-
- Direct Known Subclasses:
FcrepoAuthenticationIT,FcrepoClientIT,VersioningIT
public abstract class AbstractResourceIT extends Object
- Author:
- bbpennel
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.fcrepo.client.FcrepoClientclientprotected org.apache.http.impl.conn.PoolingHttpClientConnectionManagerconnectionManagerprotected static StringHOSTNAMEprotected static intSERVER_PORTprotected static StringserverAddress
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractResourceIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.jena.rdf.model.ModelgetResponseModel(org.fcrepo.client.FcrepoResponse resp)
-
-
-
Field Detail
-
SERVER_PORT
protected static final int SERVER_PORT
-
HOSTNAME
protected static final String HOSTNAME
- See Also:
- Constant Field Values
-
serverAddress
protected static final String serverAddress
-
connectionManager
protected final org.apache.http.impl.conn.PoolingHttpClientConnectionManager connectionManager
-
client
protected static org.fcrepo.client.FcrepoClient client
-
-
Constructor Detail
-
AbstractResourceIT
protected AbstractResourceIT()
-
-
Method Detail
-
getResponseModel
protected org.apache.jena.rdf.model.Model getResponseModel(org.fcrepo.client.FcrepoResponse resp)
-
-