org.apache.aries.web.converter
Interface WabConversion

All Known Implementing Classes:
WarToWabConverterImpl

public interface WabConversion


Method Summary
 InputStream getWAB()
           
 Manifest getWABManifest()
           
 

Method Detail

getWABManifest

Manifest getWABManifest()
                        throws IOException
Returns:
The WAB Manifest of the converted WAB
Throws:
IOException

getWAB

InputStream getWAB()
                   throws IOException
Returns:
The InputStream to read the bytes of the converted WAB
Throws:
IOException


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.