org.apache.axis2.deployment.repository.util
Class WSInfo
java.lang.Object
org.apache.axis2.deployment.repository.util.WSInfo
public class WSInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_SERVICE
public static final int TYPE_SERVICE
- See Also:
- Constant Field Values
TYPE_MODULE
public static final int TYPE_MODULE
- See Also:
- Constant Field Values
TYPE_CUSTOM
public static final int TYPE_CUSTOM
- See Also:
- Constant Field Values
WSInfo
public WSInfo(String fileName,
long lastModifiedDate,
Deployer deployer,
int type)
getFileName
public String getFileName()
getLastModifiedDate
public long getLastModifiedDate()
getType
public int getType()
setFileName
public void setFileName(String fileName)
setLastModifiedDate
public void setLastModifiedDate(long lastmodifieddate)
getDeployer
public Deployer getDeployer()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.