org.apache.axis2.deployment.repository.util
Class WSInfo
java.lang.Object
org.apache.axis2.deployment.repository.util.WSInfo
public class WSInfo
- extends java.lang.Object
Constructor Summary |
WSInfo(java.lang.String fileName,
long lastModifiedDate,
Deployer deployer,
int type)
|
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(java.lang.String fileName,
long lastModifiedDate,
Deployer deployer,
int type)
getFileName
public java.lang.String getFileName()
getLastModifiedDate
public long getLastModifiedDate()
getType
public int getType()
setFileName
public void setFileName(java.lang.String fileName)
setLastModifiedDate
public void setLastModifiedDate(long lastmodifieddate)
getDeployer
public Deployer getDeployer()
Copyright © 2007 Apache Web Services Project. All Rights Reserved.