org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.util
Class PortTypeUtil

java.lang.Object
  extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.util.PortTypeUtil

public class PortTypeUtil
extends Object

Author:
Spyros Boutsis, NKUA

Constructor Summary
PortTypeUtil()
           
 
Method Summary
static
<PORTTYPE extends Remote>
PORTTYPE
getStubProxy(org.gcube.application.framework.core.session.ASLSession session, PORTTYPE portTypeStub)
          Creates a stub proxy given a port-type object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortTypeUtil

public PortTypeUtil()
Method Detail

getStubProxy

public static <PORTTYPE extends Remote> PORTTYPE getStubProxy(org.gcube.application.framework.core.session.ASLSession session,
                                                              PORTTYPE portTypeStub)
                                            throws Exception
Creates a stub proxy given a port-type object.

Type Parameters:
PORTTYPE - the type of the port-type stub
Parameters:
portTypeStub - the original port-type to generate a stub proxy for
Returns:
the stub proxy
Throws:
Exception - an error occured


Copyright © 2013. All Rights Reserved.