|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGCUBEPortType
org.gcube.contentmanagement.contentmanager.porttypes.CMSPortType
org.gcube.contentmanagement.contentmanager.porttypes.FactoryPT
public class FactoryPT
Extends CMSPortType
for the factory port-type.
Constructor Summary | |
---|---|
FactoryPT()
|
Method Summary | |
---|---|
CollectionReferences |
create(CMSCreateParameters parameters)
Creates WS-Resources based on CollectionManager s based on input parameters. |
java.lang.String |
createAsync(CMSCreateParameters parameters)
It returns immediately with the reference to a ResultSet in which clients may find the outcome of an invocation of create(CMSCreateParameters) as soon
as this becomes available. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FactoryPT()
Method Detail |
---|
public CollectionReferences create(CMSCreateParameters parameters) throws GCUBEFault
CollectionManager
s based on input parameters.
parameters
- the parameters.
GCUBEFault
- if the WS-Resource(s) could not be created.public java.lang.String createAsync(CMSCreateParameters parameters) throws GCUBEFault
create(CMSCreateParameters)
as soon
as this becomes available.
The outcome is represented by an CMSCreateAsync
instance and it constitutes the only
result of the ResultSet.
Clients that block awaiting for the outcome are guaranteed not to timeout.
parameters
- the input parameters to create(CMSCreateParameters)
.
GCUBEFault
- if the endpoint could not be produced.#create(CMSCreateParameters)}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |