public class WordpressServiceTaxonomyAdapter extends Object implements WordpressServiceTaxonomy
Constructor and Description |
---|
WordpressServiceTaxonomyAdapter(String wordpressUrl,
String apiVersion) |
Modifier and Type | Method and Description |
---|---|
protected String |
getApiVersion() |
protected A |
getSpi() |
protected Class<TaxonomySPI> |
getSpiType() |
Map<String,Taxonomy> |
list(Context context,
String postType) |
Taxonomy |
retrieve(Context context,
String taxonomy) |
void |
setWordpressAuthentication(WordpressAuthentication authentication)
Sets the Wordpress Authentication Model
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setWordpressAuthentication
protected Class<TaxonomySPI> getSpiType()
public Map<String,Taxonomy> list(Context context, String postType)
list
in interface WordpressServiceTaxonomy
public Taxonomy retrieve(Context context, String taxonomy)
retrieve
in interface WordpressServiceTaxonomy
protected final A getSpi()
protected final String getApiVersion()
public final void setWordpressAuthentication(WordpressAuthentication authentication)
WordpressService
setWordpressAuthentication
in interface WordpressService
Apache Camel