//# 0 errors, 84 messages
//#
/*
    //#pebbleatomhandler.java:1:1: class: net.sourceforge.pebble.webservice.PebbleAtomHandler
    //#pebbleatomhandler.java:1:1: method: net.sourceforge.pebble.webservice.PebbleAtomHandler.net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init
 * Copyright (c) 2003-2006, Simon Brown
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *
 *   - Redistributions of source code must retain the above copyright
 *     notice, this list of conditions and the following disclaimer.
 *
 *   - Redistributions in binary form must reproduce the above copyright
 *     notice, this list of conditions and the following disclaimer in
 *     the documentation and/or other materials provided with the
 *     distribution.
 *
 *   - Neither the name of Pebble nor the names of its contributors may
 *     be used to endorse or promote products derived from this software
 *     without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 * POSSIBILITY OF SUCH DAMAGE.
 */
package net.sourceforge.pebble.webservice;

import com.sun.syndication.propono.atom.server.AtomHandler;
import com.sun.syndication.propono.atom.server.AtomException;
import com.sun.syndication.propono.atom.common.AtomService;
import com.sun.syndication.feed.atom.Feed;
import com.sun.syndication.feed.atom.Entry;

import java.io.InputStream;

/**
 * Implementation of a handler for the Atom Publishing Protocol.
 *
 * @author Simon Brown
 */
public class PebbleAtomHandler implements AtomHandler {
    //#pebbleatomhandler.java:47: method: void net.sourceforge.pebble.webservice.PebbleAtomHandler.net.sourceforge.pebble.webservice.PebbleAtomHandler()
    //#pebbleatomhandler.java:47: end of method: void net.sourceforge.pebble.webservice.PebbleAtomHandler.net.sourceforge.pebble.webservice.PebbleAtomHandler()

  public String getAuthenticatedUsername() {
    return null;  //To change body of implemented methods use File | Settings | File Templates.
    //#pebbleatomhandler.java:50: method: String net.sourceforge.pebble.webservice.PebbleAtomHandler.getAuthenticatedUsername()
    //#output(String getAuthenticatedUsername()): return_value
    //#post(String getAuthenticatedUsername()): return_value == null
    //#pebbleatomhandler.java:50: end of method: String net.sourceforge.pebble.webservice.PebbleAtomHandler.getAuthenticatedUsername()
  }

  public AtomService getIntrospection() throws AtomException {
    return null;  //To change body of implemented methods use File | Settings | File Templates.
    //#pebbleatomhandler.java:54: method: AtomService net.sourceforge.pebble.webservice.PebbleAtomHandler.getIntrospection()
    //#output(AtomService getIntrospection()): return_value
    //#post(AtomService getIntrospection()): return_value == null
    //#pebbleatomhandler.java:54: end of method: AtomService net.sourceforge.pebble.webservice.PebbleAtomHandler.getIntrospection()
  }

  public Feed getCollection(String[] strings) throws AtomException {
    return null;  //To change body of implemented methods use File | Settings | File Templates.
    //#pebbleatomhandler.java:58: method: Feed net.sourceforge.pebble.webservice.PebbleAtomHandler.getCollection(String[])
    //#output(Feed getCollection(String[])): return_value
    //#post(Feed getCollection(String[])): return_value == null
    //#pebbleatomhandler.java:58: end of method: Feed net.sourceforge.pebble.webservice.PebbleAtomHandler.getCollection(String[])
  }

  public Entry postEntry(String[] strings, Entry entry) throws AtomException {
    return null;  //To change body of implemented methods use File | Settings | File Templates.
    //#pebbleatomhandler.java:62: method: Entry net.sourceforge.pebble.webservice.PebbleAtomHandler.postEntry(String[], Entry)
    //#output(Entry postEntry(String[], Entry)): return_value
    //#post(Entry postEntry(String[], Entry)): return_value == null
    //#pebbleatomhandler.java:62: end of method: Entry net.sourceforge.pebble.webservice.PebbleAtomHandler.postEntry(String[], Entry)
  }

  public Entry getEntry(String[] strings) throws AtomException {
    return null;  //To change body of implemented methods use File | Settings | File Templates.
    //#pebbleatomhandler.java:66: method: Entry net.sourceforge.pebble.webservice.PebbleAtomHandler.getEntry(String[])
    //#output(Entry getEntry(String[])): return_value
    //#post(Entry getEntry(String[])): return_value == null
    //#pebbleatomhandler.java:66: end of method: Entry net.sourceforge.pebble.webservice.PebbleAtomHandler.getEntry(String[])
  }

  public Entry putEntry(String[] strings, Entry entry) throws AtomException {
    return null;  //To change body of implemented methods use File | Settings | File Templates.
    //#pebbleatomhandler.java:70: method: Entry net.sourceforge.pebble.webservice.PebbleAtomHandler.putEntry(String[], Entry)
    //#output(Entry putEntry(String[], Entry)): return_value
    //#post(Entry putEntry(String[], Entry)): return_value == null
    //#pebbleatomhandler.java:70: end of method: Entry net.sourceforge.pebble.webservice.PebbleAtomHandler.putEntry(String[], Entry)
  }

  public void deleteEntry(String[] strings) throws AtomException {
    //To change body of implemented methods use File | Settings | File Templates.
  }
    //#pebbleatomhandler.java:75: method: void net.sourceforge.pebble.webservice.PebbleAtomHandler.deleteEntry(String[])
    //#pebbleatomhandler.java:75: end of method: void net.sourceforge.pebble.webservice.PebbleAtomHandler.deleteEntry(String[])

  public Entry postMedia(String[] strings, String string, String string1, String string2, InputStream inputStream) throws AtomException {
    return null;  //To change body of implemented methods use File | Settings | File Templates.
    //#pebbleatomhandler.java:78: method: Entry net.sourceforge.pebble.webservice.PebbleAtomHandler.postMedia(String[], String, String, String, InputStream)
    //#output(Entry postMedia(String[], String, String, String, InputStream)): return_value
    //#post(Entry postMedia(String[], String, String, String, InputStream)): return_value == null
    //#pebbleatomhandler.java:78: end of method: Entry net.sourceforge.pebble.webservice.PebbleAtomHandler.postMedia(String[], String, String, String, InputStream)
  }

  public Entry putMedia(String[] strings, String string, InputStream inputStream) throws AtomException {
    return null;  //To change body of implemented methods use File | Settings | File Templates.
    //#pebbleatomhandler.java:82: method: Entry net.sourceforge.pebble.webservice.PebbleAtomHandler.putMedia(String[], String, InputStream)
    //#output(Entry putMedia(String[], String, InputStream)): return_value
    //#post(Entry putMedia(String[], String, InputStream)): return_value == null
    //#pebbleatomhandler.java:82: end of method: Entry net.sourceforge.pebble.webservice.PebbleAtomHandler.putMedia(String[], String, InputStream)
  }

  public boolean isIntrospectionURI(String[] strings) {
    return false;  //To change body of implemented methods use File | Settings | File Templates.
    //#pebbleatomhandler.java:86: method: bool net.sourceforge.pebble.webservice.PebbleAtomHandler.isIntrospectionURI(String[])
    //#output(bool isIntrospectionURI(String[])): return_value
    //#post(bool isIntrospectionURI(String[])): return_value == 0
    //#pebbleatomhandler.java:86: end of method: bool net.sourceforge.pebble.webservice.PebbleAtomHandler.isIntrospectionURI(String[])
  }

  public boolean isCollectionURI(String[] strings) {
    return false;  //To change body of implemented methods use File | Settings | File Templates.
    //#pebbleatomhandler.java:90: method: bool net.sourceforge.pebble.webservice.PebbleAtomHandler.isCollectionURI(String[])
    //#output(bool isCollectionURI(String[])): return_value
    //#post(bool isCollectionURI(String[])): return_value == 0
    //#pebbleatomhandler.java:90: end of method: bool net.sourceforge.pebble.webservice.PebbleAtomHandler.isCollectionURI(String[])
  }

  public boolean isEntryURI(String[] strings) {
    return false;  //To change body of implemented methods use File | Settings | File Templates.
    //#pebbleatomhandler.java:94: method: bool net.sourceforge.pebble.webservice.PebbleAtomHandler.isEntryURI(String[])
    //#output(bool isEntryURI(String[])): return_value
    //#post(bool isEntryURI(String[])): return_value == 0
    //#pebbleatomhandler.java:94: end of method: bool net.sourceforge.pebble.webservice.PebbleAtomHandler.isEntryURI(String[])
  }

  public boolean isMediaEditURI(String[] strings) {
    return false;  //To change body of implemented methods use File | Settings | File Templates.
    //#pebbleatomhandler.java:98: method: bool net.sourceforge.pebble.webservice.PebbleAtomHandler.isMediaEditURI(String[])
    //#output(bool isMediaEditURI(String[])): return_value
    //#post(bool isMediaEditURI(String[])): return_value == 0
    //#pebbleatomhandler.java:98: end of method: bool net.sourceforge.pebble.webservice.PebbleAtomHandler.isMediaEditURI(String[])
  }

}    //#output(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Descendant_Table[net/sourceforge/pebble/webservice/PebbleAtomHandler]
    //#output(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.deleteEntry([Ljava/lang/String;)V
    //#output(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.getAuthenticatedUsername()Ljava/lang/String;
    //#output(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.getCollection([Ljava/lang/String;)Lcom/sun/syndication/feed/atom/Feed;
    //#output(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.getEntry([Ljava/lang/String;)Lcom/sun/syndication/feed/atom/Entry;
    //#output(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.getIntrospection()Lcom/sun/syndication/propono/atom/common/AtomService;
    //#output(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.isCollectionURI([Ljava/lang/String;)Z
    //#output(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.isEntryURI([Ljava/lang/String;)Z
    //#output(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.isIntrospectionURI([Ljava/lang/String;)Z
    //#output(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.isMediaEditURI([Ljava/lang/String;)Z
    //#output(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.postEntry([Ljava/lang/String;Lcom/sun/syndication/feed/atom/Entry;)Lcom/sun/syndication/feed/atom/Entry;
    //#output(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.postMedia([Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/io/InputStream;)Lcom/sun/syndication/feed/atom/Entry;
    //#output(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.putEntry([Ljava/lang/String;Lcom/sun/syndication/feed/atom/Entry;)Lcom/sun/syndication/feed/atom/Entry;
    //#output(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.putMedia([Ljava/lang/String;Ljava/lang/String;Ljava/io/InputStream;)Lcom/sun/syndication/feed/atom/Entry;
    //#post(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Descendant_Table[net/sourceforge/pebble/webservice/PebbleAtomHandler] == &__Dispatch_Table
    //#post(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.deleteEntry([Ljava/lang/String;)V == &deleteEntry
    //#post(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.getAuthenticatedUsername()Ljava/lang/String; == &getAuthenticatedUsername
    //#post(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.getCollection([Ljava/lang/String;)Lcom/sun/syndication/feed/atom/Feed; == &getCollection
    //#post(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.getEntry([Ljava/lang/String;)Lcom/sun/syndication/feed/atom/Entry; == &getEntry
    //#post(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.getIntrospection()Lcom/sun/syndication/propono/atom/common/AtomService; == &getIntrospection
    //#post(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.isCollectionURI([Ljava/lang/String;)Z == &isCollectionURI
    //#post(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.isEntryURI([Ljava/lang/String;)Z == &isEntryURI
    //#post(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.isIntrospectionURI([Ljava/lang/String;)Z == &isIntrospectionURI
    //#post(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.isMediaEditURI([Ljava/lang/String;)Z == &isMediaEditURI
    //#post(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.postEntry([Ljava/lang/String;Lcom/sun/syndication/feed/atom/Entry;)Lcom/sun/syndication/feed/atom/Entry; == &postEntry
    //#post(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.postMedia([Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/io/InputStream;)Lcom/sun/syndication/feed/atom/Entry; == &postMedia
    //#post(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.putEntry([Ljava/lang/String;Lcom/sun/syndication/feed/atom/Entry;)Lcom/sun/syndication/feed/atom/Entry; == &putEntry
    //#post(net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init): __Dispatch_Table.putMedia([Ljava/lang/String;Ljava/lang/String;Ljava/io/InputStream;)Lcom/sun/syndication/feed/atom/Entry; == &putMedia
    //#pebbleatomhandler.java:: end of method: net.sourceforge.pebble.webservice.PebbleAtomHandler.net.sourceforge.pebble.webservice.PebbleAtomHandler__static_init
    //#pebbleatomhandler.java:: end of class: net.sourceforge.pebble.webservice.PebbleAtomHandler
