org.ow2.jonas.ws.publish
Class PublicationInfo
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublicationInfo
public PublicationInfo()
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 © 2012 OW2 Consortium. All Rights Reserved.