|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.client.Transport
org.globus.axis.transport.GSIHTTPTransport
org.globus.axis.transport.HTTPSTransport
public class HTTPSTransport
Extends Transport by implementing the setupMessageContext function to
set HTTP-specific message context fields and transport chains.
May not even be necessary if we arrange things differently somehow.
Can hold state relating to URL properties.
This code is based on Axis HTTPTransport.java code.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.globus.gsi.GSIConstants |
---|
GSIConstants.CertificateType, GSIConstants.DelegationType |
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_TRANSPORT_NAME
|
Fields inherited from class org.globus.axis.transport.GSIHTTPTransport |
---|
URL |
Fields inherited from class org.apache.axis.client.Transport |
---|
transportName, url |
Fields inherited from interface org.globus.axis.gsi.GSIConstants |
---|
GSI_ANONYMOUS, GSI_AUTH_USERNAME, GSI_AUTHORIZATION, GSI_CONTEXT, GSI_CREDENTIALS, GSI_MODE, GSI_MODE_FULL_DELEG, GSI_MODE_LIMITED_DELEG, GSI_MODE_NO_DELEG, GSI_MODE_SSL, GSI_USER_DN |
Constructor Summary | |
---|---|
HTTPSTransport()
|
|
HTTPSTransport(java.lang.String url,
java.lang.String action)
helper constructor |
Method Summary |
---|
Methods inherited from class org.globus.axis.transport.GSIHTTPTransport |
---|
processReturnedMessageContext, setupMessageContextImpl |
Methods inherited from class org.apache.axis.client.Transport |
---|
getTransportName, getUrl, setTransportName, setupMessageContext, setUrl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_TRANSPORT_NAME
Constructor Detail |
---|
public HTTPSTransport()
public HTTPSTransport(java.lang.String url, java.lang.String action)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |