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, waitsetWordpressAuthenticationprotected Class<TaxonomySPI> getSpiType()
public Map<String,Taxonomy> list(Context context, String postType)
list in interface WordpressServiceTaxonomypublic Taxonomy retrieve(Context context, String taxonomy)
retrieve in interface WordpressServiceTaxonomyprotected final A getSpi()
protected final String getApiVersion()
public final void setWordpressAuthentication(WordpressAuthentication authentication)
WordpressServicesetWordpressAuthentication in interface WordpressServiceApache Camel