You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2016/02/18 06:53:18 UTC

[jira] [Assigned] (CXF-6784) WS-Notification subscription should support renew

     [ https://issues.apache.org/jira/browse/CXF-6784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned CXF-6784:
---------------------------------

    Assignee: Freeman Fang

> 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
>            Assignee: 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)