org.jboss.webservice.server
Class WSDLRequestHandler

java.lang.Object
  extended by org.jboss.webservice.server.WSDLRequestHandler

public class WSDLRequestHandler
extends Object

Handles the delivery of the WSDL and its included artifacts. It rewrites the include URL's. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871263#3871263 For a discussion of this topic.

Since:
23-Mar-2005
Author:
Thomas.Diesler@jboss.org

Constructor Summary
WSDLRequestHandler(WebserviceDescriptionMetaData wsdMetaData, org.jboss.deployment.DeploymentInfo di)
           
 
Method Summary
 Document getDocumentForPath(String hostURL, String requestURI, String resourcePath)
          Get the WSDL resource for a given resource path

Use path value of null to get the root document

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLRequestHandler

public WSDLRequestHandler(WebserviceDescriptionMetaData wsdMetaData,
                          org.jboss.deployment.DeploymentInfo di)
Method Detail

getDocumentForPath

public Document getDocumentForPath(String hostURL,
                                   String requestURI,
                                   String resourcePath)
Get the WSDL resource for a given resource path

Use path value of null to get the root document

Parameters:
resourcePath - The wsdl resource to get, can be null for the top level wsdl
Returns:
A wsdl document, or null if it cannot be found


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.