Uses of Class
com.asdf.parser.AccountManagementResponse

Packages that use AccountManagementResponse
com.asdf.parser Automatically generated parser class for Message objects 
com.asdf.server Server component of the software. 
 

Uses of AccountManagementResponse in com.asdf.parser
 

Methods in com.asdf.parser that return AccountManagementResponse
 AccountManagementResponse ObjectFactory.createAccountManagementResponse()
          Create an instance of AccountManagementResponse
 AccountManagementResponse Response.getAccountManagement()
          Gets the value of the accountManagement property.
 

Methods in com.asdf.parser with parameters of type AccountManagementResponse
 void Response.setAccountManagement(AccountManagementResponse value)
          Sets the value of the accountManagement property.
 

Uses of AccountManagementResponse in com.asdf.server
 

Methods in com.asdf.server that return AccountManagementResponse
 AccountManagementResponse AccountManager.createAccount(ClientConnection conn, java.lang.String accountName, java.lang.String password, int type)
          Handles account creating requests.