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) |
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.om.OMElement |
ResourceSerializer.serializeResource(Resource resource) |
Modifier and Type | Method and Description |
---|---|
Resource[] |
API.getResources() |
Modifier and Type | Method and Description |
---|---|
void |
API.addResource(Resource resource) |
Modifier and Type | Method and Description |
---|---|
Resource |
DefaultDispatcher.findResource(MessageContext synCtx,
Collection<Resource> resources) |
Resource |
URLMappingBasedDispatcher.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 |
DefaultDispatcher.findResource(MessageContext synCtx,
Collection<Resource> resources) |
Resource |
URLMappingBasedDispatcher.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-2017 Apache Software Foundation. All Rights Reserved.