Package | Description |
---|---|
org.apache.synapse.config.xml.rest | |
org.apache.synapse.rest | |
org.apache.synapse.rest.dispatch |
Modifier and Type | Method and Description |
---|---|
static Resource |
ResourceFactory.createResource(org.apache.axiom.om.OMElement resourceElt) |
static Resource |
ResourceFactory.createResource(org.apache.axiom.om.OMElement resourceElt,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.om.OMElement |
ResourceSerializer.serializeResource(Resource resource) |
Modifier and Type | Method and Description |
---|---|
Resource |
API.getResource(String resourceName) |
Resource[] |
API.getResources() |
Modifier and Type | Method and Description |
---|---|
void |
API.addResource(Resource resource) |
Modifier and Type | Method and Description |
---|---|
Resource |
URLMappingBasedDispatcher.findResource(MessageContext synCtx,
Collection<Resource> resources) |
Resource |
DefaultDispatcher.findResource(MessageContext synCtx,
Collection<Resource> resources) |
Resource |
URITemplateBasedDispatcher.findResource(MessageContext synCtx,
Collection<Resource> resources) |
Resource |
RESTDispatcher.findResource(MessageContext synCtx,
Collection<Resource> resources)
Find a Resource instance suitable for processing the given message
|
Modifier and Type | Method and Description |
---|---|
Resource |
URLMappingBasedDispatcher.findResource(MessageContext synCtx,
Collection<Resource> resources) |
Resource |
DefaultDispatcher.findResource(MessageContext synCtx,
Collection<Resource> resources) |
Resource |
URITemplateBasedDispatcher.findResource(MessageContext synCtx,
Collection<Resource> resources) |
Resource |
RESTDispatcher.findResource(MessageContext synCtx,
Collection<Resource> resources)
Find a Resource instance suitable for processing the given message
|
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.