public class SecureAxisServiceClient extends Object implements CallbackHandler
| Constructor and Description |
|---|
SecureAxisServiceClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Callback[] callbacks) |
org.apache.axiom.om.OMElement |
sendReceive(String userName,
String password,
String endpointReference,
String operation,
org.apache.axiom.om.OMElement payload,
int securityScenarioNo)
This will send request by getting keyStore wso2carbon.jks
|
org.apache.axiom.om.OMElement |
sendReceive(String userName,
String password,
String endpointReference,
String operation,
org.apache.axiom.om.OMElement payload,
String securityPolicyPath,
String userCertAlias,
String encryptionUser,
String keyStorePath,
String keyStorePassword) |
void |
sendRobust(String userName,
String password,
String endpointReference,
String operation,
org.apache.axiom.om.OMElement payload,
int securityScenarioNo)
This will send request by getting keyStore wso2carbon.jks
|
void |
sendRobust(String userName,
String password,
String endpointReference,
String operation,
org.apache.axiom.om.OMElement payload,
String securityPolicyPath,
String userCertAlias,
String encryptionUser,
String keyStorePath,
String keyStorePassword) |
public org.apache.axiom.om.OMElement sendReceive(String userName, String password, String endpointReference, String operation, org.apache.axiom.om.OMElement payload, int securityScenarioNo) throws Exception
userName - password - endpointReference - operation - payload - securityScenarioNo - Exceptionpublic org.apache.axiom.om.OMElement sendReceive(String userName, String password, String endpointReference, String operation, org.apache.axiom.om.OMElement payload, String securityPolicyPath, String userCertAlias, String encryptionUser, String keyStorePath, String keyStorePassword) throws Exception
userName - password - endpointReference - operation - payload - securityPolicyPath - userCertAlias - encryptionUser - keyStorePath - keyStorePassword - Exceptionpublic void sendRobust(String userName, String password, String endpointReference, String operation, org.apache.axiom.om.OMElement payload, int securityScenarioNo) throws Exception
userName - password - endpointReference - operation - payload - securityScenarioNo - Exceptionpublic void sendRobust(String userName, String password, String endpointReference, String operation, org.apache.axiom.om.OMElement payload, String securityPolicyPath, String userCertAlias, String encryptionUser, String keyStorePath, String keyStorePassword) throws Exception
userName - password - endpointReference - operation - payload - securityPolicyPath - userCertAlias - encryptionUser - keyStorePath - keyStorePassword - Exceptionpublic void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle in interface CallbackHandlerIOExceptionUnsupportedCallbackExceptionCopyright © 2015 WSO2 Inc. All rights reserved.