com.sun.jersey.atom.rome.impl
Class ImplMessages

java.lang.Object
  extended by com.sun.jersey.atom.rome.impl.ImplMessages

public final class ImplMessages
extends Object

Defines string formatting method for each constant in the resource file


Constructor Summary
ImplMessages()
           
 
Method Summary
static String ERROR_CREATING_ATOM(Object arg0)
          Error creating Atom object of type "{0}".
static String ERROR_MARSHALLING_ATOM(Object arg0)
          Error marshalling out Atom object of type "{0}".
static String ERROR_NOT_ATOM_FEED(Object arg0)
          Feed is Not of type Atom Feed : "{0}".
static Localizable localizableERROR_CREATING_ATOM(Object arg0)
           
static Localizable localizableERROR_MARSHALLING_ATOM(Object arg0)
           
static Localizable localizableERROR_NOT_ATOM_FEED(Object arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplMessages

public ImplMessages()
Method Detail

localizableERROR_MARSHALLING_ATOM

public static Localizable localizableERROR_MARSHALLING_ATOM(Object arg0)

ERROR_MARSHALLING_ATOM

public static String ERROR_MARSHALLING_ATOM(Object arg0)
Error marshalling out Atom object of type "{0}".


localizableERROR_NOT_ATOM_FEED

public static Localizable localizableERROR_NOT_ATOM_FEED(Object arg0)

ERROR_NOT_ATOM_FEED

public static String ERROR_NOT_ATOM_FEED(Object arg0)
Feed is Not of type Atom Feed : "{0}".


localizableERROR_CREATING_ATOM

public static Localizable localizableERROR_CREATING_ATOM(Object arg0)

ERROR_CREATING_ATOM

public static String ERROR_CREATING_ATOM(Object arg0)
Error creating Atom object of type "{0}".



Copyright © 2013 Oracle Corporation. All Rights Reserved.