modules/core/src/main/java/org/apache/savan/atom/AtomSubscriptionProcessor.java [207:222]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public void pauseSubscription(SavanMessageContext pauseSubscriptionMessage)
            throws SavanException {
        throw new UnsupportedOperationException(
                "Eventing specification does not support this type of messages");
    }

    public void resumeSubscription(SavanMessageContext resumeSubscriptionMessage)
            throws SavanException {
        throw new UnsupportedOperationException(
                "Eventing specification does not support this type of messages");
    }

    /** <renewFeed><Expires></Expires></renewFeed> */

    public ExpirationBean getExpirationBean(SavanMessageContext renewMessage)
            throws SavanException {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



modules/core/src/main/java/org/apache/savan/eventing/EventingSubscriptionProcessor.java [222:235]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public void pauseSubscription(SavanMessageContext pauseSubscriptionMessage)
            throws SavanException {
        throw new UnsupportedOperationException(
                "Eventing specification does not support this type of messages");
    }

    public void resumeSubscription(SavanMessageContext resumeSubscriptionMessage)
            throws SavanException {
        throw new UnsupportedOperationException(
                "Eventing specification does not support this type of messages");
    }

    public ExpirationBean getExpirationBean(SavanMessageContext renewMessage)
            throws SavanException {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



