Search in sources :

Example 1 with LogoutRequest

use of com.netsuite.webservices.v2016_2.platform.messages.LogoutRequest in project components by Talend.

the class NetSuiteClientServiceImpl method doLogout.

@Override
protected void doLogout() throws NetSuiteException {
    try {
        LogoutRequest request = new LogoutRequest();
        port.logout(request);
    } catch (Exception e) {
        throw new NetSuiteException(e.getMessage(), e);
    }
}
Also used : LogoutRequest(com.netsuite.webservices.v2016_2.platform.messages.LogoutRequest) NetSuiteException(org.talend.components.netsuite.client.NetSuiteException) NetSuiteException(org.talend.components.netsuite.client.NetSuiteException) InvocationTargetException(java.lang.reflect.InvocationTargetException) RemoteException(java.rmi.RemoteException) SOAPFaultException(javax.xml.ws.soap.SOAPFaultException) SocketException(java.net.SocketException) MalformedURLException(java.net.MalformedURLException) WebServiceException(javax.xml.ws.WebServiceException)

Example 2 with LogoutRequest

use of com.netsuite.webservices.v2016_2.platform.messages.LogoutRequest in project components by Talend.

the class NetSuiteClientServiceImpl method doLogout.

protected void doLogout() throws NetSuiteException {
    try {
        LogoutRequest request = new LogoutRequest();
        port.logout(request);
    } catch (Exception e) {
        throw new NetSuiteException(e.getMessage(), e);
    }
}
Also used : LogoutRequest(com.netsuite.webservices.v2014_2.platform.messages.LogoutRequest) NetSuiteException(org.talend.components.netsuite.client.NetSuiteException) NetSuiteException(org.talend.components.netsuite.client.NetSuiteException) InvocationTargetException(java.lang.reflect.InvocationTargetException) RemoteException(java.rmi.RemoteException) SOAPFaultException(javax.xml.ws.soap.SOAPFaultException) SocketException(java.net.SocketException) MalformedURLException(java.net.MalformedURLException) WebServiceException(javax.xml.ws.WebServiceException)

Aggregations

InvocationTargetException (java.lang.reflect.InvocationTargetException)2 MalformedURLException (java.net.MalformedURLException)2 SocketException (java.net.SocketException)2 RemoteException (java.rmi.RemoteException)2 WebServiceException (javax.xml.ws.WebServiceException)2 SOAPFaultException (javax.xml.ws.soap.SOAPFaultException)2 NetSuiteException (org.talend.components.netsuite.client.NetSuiteException)2 LogoutRequest (com.netsuite.webservices.v2014_2.platform.messages.LogoutRequest)1 LogoutRequest (com.netsuite.webservices.v2016_2.platform.messages.LogoutRequest)1