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 ResourceAPI. getResource(String resourceName)Resource[]API. getResources()Methods in org.apache.synapse.api with parameters of type Resource Modifier and Type Method Description voidAPI. 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 ResourceDefaultDispatcher. findResource(MessageContext synCtx, Collection<Resource> resources)ResourceRESTDispatcher. findResource(MessageContext synCtx, Collection<Resource> resources)Find a Resource instance suitable for processing the given messageResourceURITemplateBasedDispatcher. findResource(MessageContext synCtx, Collection<Resource> resources)ResourceURLMappingBasedDispatcher. 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 ResourceDefaultDispatcher. findResource(MessageContext synCtx, Collection<Resource> resources)ResourceRESTDispatcher. findResource(MessageContext synCtx, Collection<Resource> resources)Find a Resource instance suitable for processing the given messageResourceURITemplateBasedDispatcher. findResource(MessageContext synCtx, Collection<Resource> resources)ResourceURLMappingBasedDispatcher. 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 voidInboundApiUtils. 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 ResourceResourceFactory. createResource(org.apache.axiom.om.OMElement resourceElt)static ResourceResourceFactory. 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.OMElementResourceSerializer. serializeResource(Resource resource)
-