com.quartzdesk.service.client.connection.v1_0
Class ConnectionServiceClient

java.lang.Object
  extended by com.quartzdesk.service.client.connection.v1_0.ConnectionServiceClient
All Implemented Interfaces:
ConnectionService

Deprecated.

@Deprecated
public class ConnectionServiceClient
extends Object
implements ConnectionService

JAX-WS client implementation for ConnectionService v1.0.

Version:
$Id:$
Author:
Jan Moravec

Constructor Summary
ConnectionServiceClient(String endpointUrl, String username, String password)
          Deprecated. Creates a new ConnectionServiceClient instance for the specified endpoint.
ConnectionServiceClient(String endpointUrl, String username, String password, Integer connectTimeout, Integer receiveTimeout)
          Deprecated. Creates a new ConnectionServiceClient instance for the specified endpoint.
 
Method Summary
 AddConnectionResponse addConnection(AddConnectionRequest request)
          Deprecated. Adds a new connection to the specified folder.
 AddFolderResponse addFolder(AddFolderRequest request)
          Deprecated. Add a new folder under the specified parent folder.
 DeleteConnectionResponse deleteConnection(DeleteConnectionRequest request)
          Deprecated. Deletes the specified connection.
 DeleteFolderResponse deleteFolder(DeleteFolderRequest request)
          Deprecated. Recursively deletes the specified folder including its child folders and connections.
 GetConnectionResponse getConnection(GetConnectionRequest request)
          Deprecated. Returns the specified connection.
 GetConnectionsResponse getConnections(GetConnectionsRequest request)
          Deprecated. Returns all connections in the specified folder.
 GetFolderResponse getFolder(GetFolderRequest request)
          Deprecated. Returns the specified folder.
 GetFoldersResponse getFolders(GetFoldersRequest request)
          Deprecated. Returns all (sub)folders in specified folder.
 MoveConnectionResponse moveConnection(MoveConnectionRequest request)
          Deprecated. Moves the specified connection to a different parent folder.
 MoveFolderResponse moveFolder(MoveFolderRequest request)
          Deprecated. Moves the specified folder with all its child folders and connections to a new parent folder.
 RenameFolderResponse renameFolder(RenameFolderRequest request)
          Deprecated. Renames the specified folder.
 UpdateConnectionResponse updateConnection(UpdateConnectionRequest request)
          Deprecated. Updates the specified connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionServiceClient

public ConnectionServiceClient(String endpointUrl,
                               String username,
                               String password)
Deprecated. 
Creates a new ConnectionServiceClient instance for the specified endpoint. The created client uses default connect and receive timeouts.

Parameters:
endpointUrl - an endpoint URL.
username - optional authentication username.
password - optional authentication password.
See Also:
DEFAULT_CONNECT_TIMEOUT, DEFAULT_RECEIVE_TIMEOUT

ConnectionServiceClient

public ConnectionServiceClient(String endpointUrl,
                               String username,
                               String password,
                               Integer connectTimeout,
                               Integer receiveTimeout)
Deprecated. 
Creates a new ConnectionServiceClient instance for the specified endpoint. The created client uses default connect and receive timeouts.

Parameters:
endpointUrl - an endpoint URL.
username - optional authentication username.
password - optional authentication password.
connectTimeout - an optional connect timeout.
receiveTimeout - an optional receive timeout.
Method Detail

getFolder

public GetFolderResponse getFolder(GetFolderRequest request)
                            throws SecurityFault,
                                   ServiceFault
Deprecated. 
Description copied from interface: ConnectionService
Returns the specified folder.

Specified by:
getFolder in interface ConnectionService
Returns:
returns com.quartzdesk.service.connection.v1_0.GetFolderResponse
Throws:
SecurityFault
ServiceFault

getFolders

public GetFoldersResponse getFolders(GetFoldersRequest request)
                              throws SecurityFault,
                                     ServiceFault
Deprecated. 
Description copied from interface: ConnectionService
Returns all (sub)folders in specified folder.

Specified by:
getFolders in interface ConnectionService
Returns:
returns com.quartzdesk.service.connection.v1_0.GetFoldersResponse
Throws:
SecurityFault
ServiceFault

addFolder

public AddFolderResponse addFolder(AddFolderRequest request)
                            throws SecurityFault,
                                   ServiceFault
Deprecated. 
Description copied from interface: ConnectionService
Add a new folder under the specified parent folder.

Specified by:
addFolder in interface ConnectionService
Returns:
returns com.quartzdesk.service.connection.v1_0.AddFolderResponse
Throws:
SecurityFault
ServiceFault

renameFolder

public RenameFolderResponse renameFolder(RenameFolderRequest request)
                                  throws SecurityFault,
                                         ServiceFault
Deprecated. 
Description copied from interface: ConnectionService
Renames the specified folder.

Specified by:
renameFolder in interface ConnectionService
Returns:
returns com.quartzdesk.service.connection.v1_0.RenameFolderResponse
Throws:
SecurityFault
ServiceFault

moveFolder

public MoveFolderResponse moveFolder(MoveFolderRequest request)
                              throws SecurityFault,
                                     ServiceFault
Deprecated. 
Description copied from interface: ConnectionService
Moves the specified folder with all its child folders and connections to a new parent folder.

Specified by:
moveFolder in interface ConnectionService
Returns:
returns com.quartzdesk.service.connection.v1_0.MoveFolderResponse
Throws:
SecurityFault
ServiceFault

deleteFolder

public DeleteFolderResponse deleteFolder(DeleteFolderRequest request)
                                  throws SecurityFault,
                                         ServiceFault
Deprecated. 
Description copied from interface: ConnectionService
Recursively deletes the specified folder including its child folders and connections.

Specified by:
deleteFolder in interface ConnectionService
Returns:
returns com.quartzdesk.service.connection.v1_0.DeleteFolderResponse
Throws:
SecurityFault
ServiceFault

getConnection

public GetConnectionResponse getConnection(GetConnectionRequest request)
                                    throws SecurityFault,
                                           ServiceFault
Deprecated. 
Description copied from interface: ConnectionService
Returns the specified connection.

Specified by:
getConnection in interface ConnectionService
Returns:
returns com.quartzdesk.service.connection.v1_0.GetConnectionResponse
Throws:
SecurityFault
ServiceFault

getConnections

public GetConnectionsResponse getConnections(GetConnectionsRequest request)
                                      throws SecurityFault,
                                             ServiceFault
Deprecated. 
Description copied from interface: ConnectionService
Returns all connections in the specified folder.

Specified by:
getConnections in interface ConnectionService
Returns:
returns com.quartzdesk.service.connection.v1_0.GetConnectionsResponse
Throws:
SecurityFault
ServiceFault

addConnection

public AddConnectionResponse addConnection(AddConnectionRequest request)
                                    throws SecurityFault,
                                           ServiceFault
Deprecated. 
Description copied from interface: ConnectionService
Adds a new connection to the specified folder.

Specified by:
addConnection in interface ConnectionService
Returns:
returns com.quartzdesk.service.connection.v1_0.AddConnectionResponse
Throws:
SecurityFault
ServiceFault

updateConnection

public UpdateConnectionResponse updateConnection(UpdateConnectionRequest request)
                                          throws SecurityFault,
                                                 ServiceFault
Deprecated. 
Description copied from interface: ConnectionService
Updates the specified connection.

Specified by:
updateConnection in interface ConnectionService
Returns:
returns com.quartzdesk.service.connection.v1_0.UpdateConnectionResponse
Throws:
SecurityFault
ServiceFault

moveConnection

public MoveConnectionResponse moveConnection(MoveConnectionRequest request)
                                      throws SecurityFault,
                                             ServiceFault
Deprecated. 
Description copied from interface: ConnectionService
Moves the specified connection to a different parent folder.

Specified by:
moveConnection in interface ConnectionService
Returns:
returns com.quartzdesk.service.connection.v1_0.MoveConnectionResponse
Throws:
SecurityFault
ServiceFault

deleteConnection

public DeleteConnectionResponse deleteConnection(DeleteConnectionRequest request)
                                          throws SecurityFault,
                                                 ServiceFault
Deprecated. 
Description copied from interface: ConnectionService
Deletes the specified connection.

Specified by:
deleteConnection in interface ConnectionService
Returns:
returns com.quartzdesk.service.connection.v1_0.DeleteConnectionResponse
Throws:
SecurityFault
ServiceFault


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.