Uses of Class
org.apache.axis2.deployment.repository.util.ArchiveReader
-
Packages that use ArchiveReader Package Description org.apache.axis2.deployment -
-
Uses of ArchiveReader in org.apache.axis2.deployment
Methods in org.apache.axis2.deployment with parameters of type ArchiveReader Modifier and Type Method Description static AxisServiceGroup
DeploymentEngine. buildServiceGroup(InputStream servicesxml, ClassLoader classLoader, String serviceGroupName, ConfigurationContext configCtx, ArchiveReader archiveReader, HashMap<String,AxisService> wsdlServices)
To build a AxisServiceGroup for a given services.xml You have to add the created group into AxisConfig
-