Uses of Class
org.apache.synapse.api.Resource
-
Packages that use Resource Package Description org.apache.synapse.api org.apache.synapse.api.dispatch org.apache.synapse.api.inbound org.apache.synapse.config.xml.rest -
-
Uses of Resource in org.apache.synapse.api
Methods in org.apache.synapse.api that return Resource Modifier and Type Method Description Resource
API. getResource(String resourceName)
Resource[]
API. getResources()
Methods in org.apache.synapse.api with parameters of type Resource Modifier and Type Method Description void
API. addResource(Resource resource)
-
Uses of Resource in org.apache.synapse.api.dispatch
Methods in org.apache.synapse.api.dispatch that return Resource Modifier and Type Method Description Resource
DefaultDispatcher. findResource(MessageContext synCtx, Collection<Resource> resources)
Resource
RESTDispatcher. findResource(MessageContext synCtx, Collection<Resource> resources)
Find a Resource instance suitable for processing the given messageResource
URITemplateBasedDispatcher. findResource(MessageContext synCtx, Collection<Resource> resources)
Resource
URLMappingBasedDispatcher. findResource(MessageContext synCtx, Collection<Resource> resources)
Method parameters in org.apache.synapse.api.dispatch with type arguments of type Resource Modifier and Type Method Description Resource
DefaultDispatcher. findResource(MessageContext synCtx, Collection<Resource> resources)
Resource
RESTDispatcher. findResource(MessageContext synCtx, Collection<Resource> resources)
Find a Resource instance suitable for processing the given messageResource
URITemplateBasedDispatcher. findResource(MessageContext synCtx, Collection<Resource> resources)
Resource
URLMappingBasedDispatcher. findResource(MessageContext synCtx, Collection<Resource> resources)
-
Uses of Resource in org.apache.synapse.api.inbound
Methods in org.apache.synapse.api.inbound with parameters of type Resource Modifier and Type Method Description static void
InboundApiUtils. addBindsTo(Resource resource, org.apache.axiom.om.OMElement omElement)
-
Uses of Resource in org.apache.synapse.config.xml.rest
Methods in org.apache.synapse.config.xml.rest that return Resource Modifier and Type Method Description static Resource
ResourceFactory. createResource(org.apache.axiom.om.OMElement resourceElt)
static Resource
ResourceFactory. createResource(org.apache.axiom.om.OMElement resourceElt, Properties properties)
Methods in org.apache.synapse.config.xml.rest with parameters of type Resource Modifier and Type Method Description static org.apache.axiom.om.OMElement
ResourceSerializer. serializeResource(Resource resource)
-