Package | Description |
---|---|
org.apache.woden.wsdl20.extensions.http |
Modifier and Type | Method and Description |
---|---|
HTTPLocationTemplate |
HTTPLocation.getTemplate(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(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(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(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(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(String name)
Return the templates with the specified name from the URI Query portion of the
HTTP Location string.
|
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.