Uses of Class
org.apache.woden.wsdl20.extensions.http.HTTPLocationTemplate

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.getTemplates()
          Return all templates in this HTTP location.
 HTTPLocationTemplate[] HTTPLocation.getTemplatesInPath()
          Return the templates in this HTTP location that appear in the path.
 HTTPLocationTemplate[] HTTPLocation.getTemplatesInQuery()
          Return the templates in this HTTP location that appear in the query.
 HTTPLocationTemplate HTTPLocation.getTemplate(java.lang.String name)
          Return the first template with the specified name.
 HTTPLocationTemplate[] HTTPLocation.getTemplates(java.lang.String name)
          Return an array of templates with the specified name.
 HTTPLocationTemplate HTTPLocation.getTemplateInPath(java.lang.String name)
          Return the first template from the path with the specified name.
 HTTPLocationTemplate[] HTTPLocation.getTemplatesInPath(java.lang.String name)
          Return an array of templates from the path with the specified name.
 HTTPLocationTemplate HTTPLocation.getTemplateInQuery(java.lang.String name)
          Return the first template from the query with the specified name.
 HTTPLocationTemplate[] HTTPLocation.getTemplatesInQuery(java.lang.String name)
          Return an array of templates from the query with the specified name.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.