Save This Page
Home » axis2-1.5-src » org.apache.axis2.deployment.repository » util » [javadoc | source]
org.apache.axis2.deployment.repository.util
public class: ArchiveReader [javadoc | source]
java.lang.Object
   org.apache.axis2.deployment.repository.util.ArchiveReader

All Implemented Interfaces:
    DeploymentConstants

Method from org.apache.axis2.deployment.repository.util.ArchiveReader Summary:
buildServiceGroup,   getAxisServiceFromWsdl,   processFilesInFolder,   processServiceGroup,   processWSDLs,   readModuleArchive
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.axis2.deployment.repository.util.ArchiveReader Detail:
 public ArrayList buildServiceGroup(InputStream zin,
    DeploymentFileData currentFile,
    AxisServiceGroup axisServiceGroup,
    HashMap wsdlServices,
    ConfigurationContext configCtx) throws XMLStreamException, AxisFault 
 public List getAxisServiceFromWsdl(InputStream in,
    ClassLoader loader,
    String wsdlUrl) throws Exception 
 public  void processFilesInFolder(File folder,
    HashMap servicesMap) throws DeploymentException, XMLStreamException, FileNotFoundException 
 public ArrayList processServiceGroup(String filename,
    DeploymentFileData currentFile,
    AxisServiceGroup axisServiceGroup,
    boolean extractService,
    HashMap wsdlServices,
    ConfigurationContext configCtx) throws AxisFault 
    Extracts Service XML files and builds the service groups.
 public HashMap processWSDLs(DeploymentFileData file) throws DeploymentException 
    Creates service objects from wsdl file inside a service archive file.
 public  void readModuleArchive(DeploymentFileData deploymentFile,
    AxisModule module,
    boolean explodedDir,
    AxisConfiguration axisConfig) throws DeploymentException