public class Transport extends Object implements GcHttpTransport
| Modifier and Type | Class and Description |
|---|---|
static class |
Transport.OneChainKeyManager |
static class |
Transport.TrustAllX509TrustManager |
static class |
Transport.TrustedListX509TrustManager |
| Constructor and Description |
|---|
Transport() |
Transport(GpelUserCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.httpclient.HttpClient |
getClientForLocation(URI location) |
org.xmlpull.infoset.XmlElement |
getXml(URI location) |
org.xmlpull.infoset.XmlElement |
getXml(URI location,
boolean withBasicAuthz) |
GcHttpResponse |
perform(GcHttpRequest req) |
public Transport()
public Transport(GpelUserCredentials credentials)
public org.xmlpull.infoset.XmlElement getXml(URI location) throws GcException
getXml in interface GcHttpTransportGcExceptionpublic org.apache.commons.httpclient.HttpClient getClientForLocation(URI location) throws GcHttpException
GcHttpExceptionpublic org.xmlpull.infoset.XmlElement getXml(URI location, boolean withBasicAuthz) throws GcHttpException
getXml in interface GcHttpTransportGcHttpExceptionpublic GcHttpResponse perform(GcHttpRequest req) throws GcHttpException
perform in interface GcHttpTransportGcHttpExceptionCopyright © 2013. All Rights Reserved.