Class WordpressServiceTaxonomyAdapter
- java.lang.Object
-
- org.apache.camel.component.wordpress.api.service.impl.WordpressServiceTaxonomyAdapter
-
- All Implemented Interfaces:
WordpressService,WordpressServiceTaxonomy
public class WordpressServiceTaxonomyAdapter extends Object implements WordpressServiceTaxonomy
-
-
Constructor Summary
Constructors Constructor Description WordpressServiceTaxonomyAdapter(String wordpressUrl, String apiVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetApiVersion()protected AgetSpi()protected Class<TaxonomySPI>getSpiType()Map<String,Taxonomy>list(Context context, String postType)Taxonomyretrieve(Context context, String taxonomy)voidsetWordpressAuthentication(WordpressAuthentication authentication)Sets the Wordpress Authentication Model-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.camel.component.wordpress.api.service.WordpressService
setWordpressAuthentication
-
-
-
-
Method Detail
-
getSpiType
protected Class<TaxonomySPI> getSpiType()
-
list
public Map<String,Taxonomy> list(Context context, String postType)
- Specified by:
listin interfaceWordpressServiceTaxonomy
-
retrieve
public Taxonomy retrieve(Context context, String taxonomy)
- Specified by:
retrievein interfaceWordpressServiceTaxonomy
-
getSpi
protected final A getSpi()
-
getApiVersion
protected final String getApiVersion()
-
setWordpressAuthentication
public final void setWordpressAuthentication(WordpressAuthentication authentication)
Description copied from interface:WordpressServiceSets the Wordpress Authentication Model- Specified by:
setWordpressAuthenticationin interfaceWordpressService
-
-