org.ow2.jonas.ws.publish
Class PublicationInfo

java.lang.Object
  extended by org.ow2.jonas.ws.publish.PublicationInfo

public class PublicationInfo
extends Object

The PublicationInfo is a data holder storing information about WSDL publication.

Author:
Guillaume Sauthier

Constructor Summary
PublicationInfo()
           
 
Method Summary
 String getOriginalWsdlFilename()
           
 File getPublicationDirectory()
           
 void setOriginalWsdlFilename(String originalWsdlFilename)
          Set the WSDL filename (must not be null or empty).
 void setPublicationDirectory(File publicationDirectory)
          Set the directory where the WSDL will be copied.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicationInfo

public PublicationInfo()
Method Detail

getOriginalWsdlFilename

public String getOriginalWsdlFilename()
Returns:
the orginial WSDM filename.

setOriginalWsdlFilename

public void setOriginalWsdlFilename(String originalWsdlFilename)
Set the WSDL filename (must not be null or empty).

Parameters:
originalWsdlFilename - filename

getPublicationDirectory

public File getPublicationDirectory()
Returns:
the directory where the WSDL will be copied.

setPublicationDirectory

public void setPublicationDirectory(File publicationDirectory)
Set the directory where the WSDL will be copied.

Parameters:
publicationDirectory - the directory where the WSDL will be copied.


Copyright © 2010 OW2 Consortium. All Rights Reserved.