common-gcore-stubs/src/test/java/org/acme/service/Home.java

12 lines
302 B
Java

package org.acme.service;
import org.gcube.common.core.contexts.GCUBEStatefulPortTypeContext;
import org.gcube.common.core.state.GCUBEWSHome;
public class Home extends GCUBEWSHome {
@Override
public GCUBEStatefulPortTypeContext getPortTypeContext() {return StatefulContext.getContext();}
}