站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 webservice API Documentation 英文版文档

WSDLFilePublisher (JBossWS API) - JBoss 4.0.1 sp1 webservice API Documentation 英文版文档


org.jboss.webservice
Class WSDLFilePublisher

java.lang.Object
  extended byorg.jboss.webservice.WSDLFilePublisher

public class WSDLFilePublisher
extends Object

A helper class that publishes the wsdl files and thei imports to the server/data/wsdl directory.

Since:
02-June-2004
Author:
Thomas.Diesler@jboss.org

Constructor Summary
WSDLFilePublisher(org.jboss.deployment.DeploymentInfo di)
           
 
Method Summary
 void publishWsdlFile(WebservicesMetaData webservices)
          Publish the deployed wsdl file to the data directory
 void unpublishWsdlFile()
          Delete the published wsdl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLFilePublisher

public WSDLFilePublisher(org.jboss.deployment.DeploymentInfo di)
Method Detail

publishWsdlFile

public void publishWsdlFile(WebservicesMetaData webservices)
                     throws org.jboss.deployment.DeploymentException
Publish the deployed wsdl file to the data directory

Throws:
org.jboss.deployment.DeploymentException

unpublishWsdlFile

public void unpublishWsdlFile()
Delete the published wsdl



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