|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPLocationTemplate | |
---|---|
org.apache.woden.wsdl20.extensions.http |
Uses of HTTPLocationTemplate in org.apache.woden.wsdl20.extensions.http |
---|
Methods in org.apache.woden.wsdl20.extensions.http that return HTTPLocationTemplate | |
---|---|
HTTPLocationTemplate |
HTTPLocation.getTemplate(java.lang.String name)
Return the first template with the specified name from the HTTP Location string or null if no such template is exists. |
HTTPLocationTemplate |
HTTPLocation.getTemplateInPath(java.lang.String name)
Return the first template with the specified name from the URI Path portion of the HTTP Location string or null if no such template exists. |
HTTPLocationTemplate |
HTTPLocation.getTemplateInQuery(java.lang.String name)
Return the first template with the specified name from the URI Query portion of the HTTP Location string or null if no such template exists. |
HTTPLocationTemplate[] |
HTTPLocation.getTemplates()
Return the templates that appear in the HTTP Location string in the order they appear. |
HTTPLocationTemplate[] |
HTTPLocation.getTemplates(java.lang.String name)
Return the templates with the specified name from the HTTP Location string . |
HTTPLocationTemplate[] |
HTTPLocation.getTemplatesInPath()
Return the templates that appear in the URI Path portion of the HTTP Location string in the order they appear. |
HTTPLocationTemplate[] |
HTTPLocation.getTemplatesInPath(java.lang.String name)
Return the templates with the specified name from the URI Path portion of the HTTP Location string. |
HTTPLocationTemplate[] |
HTTPLocation.getTemplatesInQuery()
Return templates that appear in the URI Query portion of the HTTP Location string in the order they appear. |
HTTPLocationTemplate[] |
HTTPLocation.getTemplatesInQuery(java.lang.String name)
Return the templates with the specified name from the URI Query portion of the HTTP Location string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |