org.gcube.contentmanagement.viewmanager.porttypes
Class FactoryPT

java.lang.Object
  extended by GCUBEPortType
      extended by org.gcube.contentmanagement.viewmanager.porttypes.VMSPortType
          extended by org.gcube.contentmanagement.viewmanager.porttypes.FactoryPT

public class FactoryPT
extends VMSPortType

Extends VMSPortType for the factory port-type.

Author:
Lucio Lelii (CNR-ISTI), Fabio Simeoni (University of Strathclyde)

Constructor Summary
FactoryPT()
           
 
Method Summary
 ViewReference create(VMSCreateParams params)
          Creates a WS-Resource with a ViewResource interface.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryPT

public FactoryPT()
Method Detail

create

public ViewReference create(VMSCreateParams params)
                     throws GCUBEFault
Creates a WS-Resource with a ViewResource interface.

Parameters:
params - the creation parameters.
Returns:
the endpoint reference to the WS-Resource.
Throws:
GCUBEFault - if the WS-Resource could not be created.