this.address = address;
}
public Mage_Api_Model_Server_V2_HandlerPortType getPort() throws RemoteException
{
MagentoServiceLocator serviceLocator = new MagentoServiceLocator();
serviceLocator.setMage_Api_Model_Server_V2_HandlerPortEndpointAddress(address);
try
{
return serviceLocator.getMage_Api_Model_Server_V2_HandlerPort();
}
catch (ServiceException e)
{
throw new RemoteException("A Service exception occured while trying to create the port", e);
}