|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.handlers.BasicHandler
org.apache.axis.transport.http.HTTPSender
org.glite.security.trustmanager.axis.SSLConfigSender
public class SSLConfigSender
A HTTPSender that can be used to configure the trustmanager per message basis.
Constructor Summary | |
---|---|
SSLConfigSender(java.util.Properties properties)
Creates a new SSLConfigSender object. |
Method Summary | |
---|---|
static org.apache.axis.configuration.SimpleProvider |
getTransportProvider(java.util.Properties config)
Utility function to simplify the use of this class. |
Methods inherited from class org.apache.axis.transport.http.HTTPSender |
---|
handleCookie, invoke |
Methods inherited from class org.apache.axis.handlers.BasicHandler |
---|
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, onFault, setName, setOption, setOptionDefault, setOptions |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSLConfigSender(java.util.Properties properties) throws org.apache.axis.AxisFault
properties
- The configuration parameters to use for the connections.
org.apache.axis.AxisFault
- thrown incase of problems.Method Detail |
---|
public static org.apache.axis.configuration.SimpleProvider getTransportProvider(java.util.Properties config) throws org.apache.axis.AxisFault
config
- the configuration parameters for the ssl.
org.apache.axis.AxisFault
- thrown in case or problems.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |