Details
Description
currently it's
@Override
protected void renew(XMLGregorianCalendar terminationTime) throws UnacceptableTerminationTimeFault {
UnacceptableTerminationTimeFaultType fault = new UnacceptableTerminationTimeFaultType();
throw new UnacceptableTerminationTimeFault("TerminationTime is not supported", fault);
}
and also the subscription.start should support to specify the terminationTime