org.wso2.solutions.identity.relyingparty.util
Class CustomizedSSLTransport
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.transport.http.CommonsHTTPTransportSender
org.wso2.solutions.identity.relyingparty.util.CustomizedSSLTransport
- All Implemented Interfaces:
- org.apache.axis2.engine.Handler, org.apache.axis2.transport.TransportSender
public class CustomizedSSLTransport
- extends org.apache.axis2.transport.http.CommonsHTTPTransportSender
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler |
org.apache.axis2.engine.Handler.InvocationResponse |
Fields inherited from class org.apache.axis2.transport.http.CommonsHTTPTransportSender |
httpVersion, PROXY_HOST_NAME, PROXY_PORT, proxyOutSetting |
Fields inherited from class org.apache.axis2.handlers.AbstractHandler |
handlerDesc |
Methods inherited from class org.apache.axis2.transport.http.CommonsHTTPTransportSender |
cleanup, init, stop |
Methods inherited from class org.apache.axis2.handlers.AbstractHandler |
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.axis2.engine.Handler |
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init |
CustomizedSSLTransport
public CustomizedSSLTransport()
invoke
public org.apache.axis2.engine.Handler.InvocationResponse invoke(org.apache.axis2.context.MessageContext msgContext)
throws org.apache.axis2.AxisFault
- Specified by:
invoke
in interface org.apache.axis2.engine.Handler
- Overrides:
invoke
in class org.apache.axis2.transport.http.CommonsHTTPTransportSender
- Throws:
org.apache.axis2.AxisFault
getTrustStoreFileName
public java.lang.String getTrustStoreFileName()
getTrustStorePass
public java.lang.String getTrustStorePass()
setTrustStoreFileName
public void setTrustStoreFileName(java.lang.String keyStorefile)
setTrustStorePass
public void setTrustStorePass(java.lang.String keyStorePass)