I have a class with constructor and overloaded methods in it. When i try to import that class using blazeds i get an error saying
[RPC Fault faultString="Unable to create a new instance of type 'some class'." faultCode="Server.ResourceUnavailable"
faultDetail="Types cannot be instantiated without a public, no arguments constructor."]
How to import class having overloaded methods using blazeds