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) |
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) |
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 FileNotFoundException, org.apache.axis2.AxisFault, XMLStreamException, XPathExpressionException
FileNotFoundExceptionorg.apache.axis2.AxisFaultXMLStreamExceptionXPathExpressionExceptionpublic 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 org.apache.axis2.AxisFault, FileNotFoundException, XMLStreamException
org.apache.axis2.AxisFaultFileNotFoundExceptionXMLStreamExceptionpublic void sendRobust(String userName, String password, String endpointReference, String operation, org.apache.axiom.om.OMElement payload, int securityScenarioNo) throws org.apache.axis2.AxisFault, XPathExpressionException, FileNotFoundException, XMLStreamException
org.apache.axis2.AxisFaultXPathExpressionExceptionFileNotFoundExceptionXMLStreamExceptionpublic 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 FileNotFoundException, org.apache.axis2.AxisFault, XMLStreamException
FileNotFoundExceptionorg.apache.axis2.AxisFaultXMLStreamExceptionpublic void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle in interface CallbackHandlerIOExceptionUnsupportedCallbackExceptionCopyright © 2015 WSO2. All rights reserved.