Freeman Fang created CXF-6784:
---------------------------------

             Summary: WS-Notification subscription should support renew
                 Key: CXF-6784
                 URL: https://issues.apache.org/jira/browse/CXF-6784
             Project: CXF
          Issue Type: New Feature
            Reporter: Freeman Fang


currently it's
{code}
@Override
    protected void renew(XMLGregorianCalendar terminationTime) throws 
UnacceptableTerminationTimeFault {
        UnacceptableTerminationTimeFaultType fault = new 
UnacceptableTerminationTimeFaultType();
        throw new UnacceptableTerminationTimeFault("TerminationTime is not 
supported", fault);
    }
{code}

and also the subscription.start should support to specify the terminationTime



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to