org.gcube.contentmanagement.contentmanager.smsplugin.delegates.util
Class ISUtil

java.lang.Object
  extended by org.gcube.contentmanagement.contentmanager.smsplugin.delegates.util.ISUtil

public class ISUtil
extends java.lang.Object

Author:
Federico De Faveri defaveri@isti.cnr.it

Constructor Summary
ISUtil()
           
 
Method Summary
static org.apache.axis.message.addressing.EndpointReferenceType getServicePortTypeEndpoint(GCUBEScope scope, java.lang.String serviceClass, java.lang.String serviceName, java.lang.String portTypeFullName)
          Retrieve an EPR for the requested service.
static SMSPortType getStorageManagementPortType(GCUBEScope scope, GCUBESecurityManager securityManager)
           
static SMSPortType1PortType getStorageManagementPortType1(GCUBEScope scope, GCUBESecurityManager securityManager)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISUtil

public ISUtil()
Method Detail

getStorageManagementPortType1

public static SMSPortType1PortType getStorageManagementPortType1(GCUBEScope scope,
                                                                 GCUBESecurityManager securityManager)
                                                          throws java.lang.Exception
Throws:
java.lang.Exception

getStorageManagementPortType

public static SMSPortType getStorageManagementPortType(GCUBEScope scope,
                                                       GCUBESecurityManager securityManager)
                                                throws java.lang.Exception
Throws:
java.lang.Exception

getServicePortTypeEndpoint

public static org.apache.axis.message.addressing.EndpointReferenceType getServicePortTypeEndpoint(GCUBEScope scope,
                                                                                                  java.lang.String serviceClass,
                                                                                                  java.lang.String serviceName,
                                                                                                  java.lang.String portTypeFullName)
                                                                                           throws java.lang.Exception
Retrieve an EPR for the requested service.

Parameters:
scope -
serviceClass -
serviceName -
portTypeFullName -
Returns:
Throws:
java.lang.Exception