Uses of Class
org.eclipse.higgins.sync.ws.exception.CardSyncException

Packages that use CardSyncException
org.eclipse.higgins.sync.ws.jaxws   
org.eclipse.higgins.sync.ws.utilities   
 

Uses of CardSyncException in org.eclipse.higgins.sync.ws.jaxws
 

Methods in org.eclipse.higgins.sync.ws.jaxws that throw CardSyncException
 org.eclipse.higgins.sync.to.CardTO CardSyncWS.createCard(org.eclipse.higgins.sync.to.CardTO cardTO)
           
 org.eclipse.higgins.sync.to.UserProfileTO CardSyncWS.createUserProfile(org.eclipse.higgins.sync.to.UserProfileTO userProfileTO)
           
 void CardSyncWS.deleteCard(String id)
           
 void CardSyncWS.deleteUserProfile()
           
 org.eclipse.higgins.sync.to.CmdExecStatusesTO CardSyncWS.execCommands(org.eclipse.higgins.sync.to.CommandsTO commandsTO, String[] resourceTypeList)
           
 org.eclipse.higgins.sync.to.CardTO CardSyncWS.getCard(String id)
           
 org.eclipse.higgins.sync.to.CardsTO CardSyncWS.getCards()
           
 org.eclipse.higgins.sync.to.CommandsTO CardSyncWS.getCommandLog(org.eclipse.higgins.sync.to.RevisionTO clientRootRevisionTO, String[] resourceTypeList)
           
 org.eclipse.higgins.sync.to.RevisionTO CardSyncWS.getRootRevision(List<String> resourceTypeList)
           
 org.eclipse.higgins.sync.to.UserProfileTO CardSyncWS.getUserProfile()
           
 org.eclipse.higgins.sync.to.CardsTO CardSyncWS.importFromCrd(org.eclipse.higgins.sync.to.FileTO fileTO)
           
 org.eclipse.higgins.sync.to.AccessTokenTO CardSyncWS.signIn(org.eclipse.higgins.sync.to.AuthCredentialTO authCredentialTO)
           
 void CardSyncWS.signOut()
           
 org.eclipse.higgins.sync.to.CardTO CardSyncWS.updateCard(org.eclipse.higgins.sync.to.CardTO cardTO)
           
 org.eclipse.higgins.sync.to.UserProfileTO CardSyncWS.updateUserProfile(org.eclipse.higgins.sync.to.UserProfileTO userProfileTO)
           
 

Uses of CardSyncException in org.eclipse.higgins.sync.ws.utilities
 

Methods in org.eclipse.higgins.sync.ws.utilities that return CardSyncException
 CardSyncException WSUtils.buildSoapFault(Throwable throwable)