org.infoglue.deliver.portal.deploy
Class Deploy.StreamWebAppDescriptorServiceImpl

java.lang.Object
  extended by org.apache.pluto.descriptors.services.impl.AbstractWebAppDescriptorService
      extended by org.infoglue.deliver.portal.deploy.Deploy.StreamWebAppDescriptorServiceImpl
All Implemented Interfaces:
org.apache.pluto.descriptors.services.WebAppDescriptorService
Enclosing class:
Deploy

public static class Deploy.StreamWebAppDescriptorServiceImpl
extends org.apache.pluto.descriptors.services.impl.AbstractWebAppDescriptorService


Field Summary
 
Fields inherited from class org.apache.pluto.descriptors.services.impl.AbstractWebAppDescriptorService
WEB_XML_MAPPING
 
Constructor Summary
Deploy.StreamWebAppDescriptorServiceImpl(java.lang.String contextPath, java.io.InputStream in, java.io.OutputStream out)
           
 
Method Summary
 java.lang.String getContextPath()
           
protected  boolean getIgnoreExtraElements()
           
protected  java.io.InputStream getInputStream()
           
protected  java.io.OutputStream getOutputStream()
           
protected  java.lang.Object readInternal()
           
protected  void writeInternal(java.lang.Object arg0)
           
 
Methods inherited from class org.apache.pluto.descriptors.services.impl.AbstractWebAppDescriptorService
getCastorMapping, getDTDUri, getPublicId, read, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.pluto.descriptors.services.WebAppDescriptorService
getContextPath
 

Constructor Detail

Deploy.StreamWebAppDescriptorServiceImpl

public Deploy.StreamWebAppDescriptorServiceImpl(java.lang.String contextPath,
                                                java.io.InputStream in,
                                                java.io.OutputStream out)
Method Detail

getInputStream

protected java.io.InputStream getInputStream()
                                      throws java.io.IOException
Throws:
java.io.IOException

getOutputStream

protected java.io.OutputStream getOutputStream()
                                        throws java.io.IOException
Throws:
java.io.IOException

getContextPath

public java.lang.String getContextPath()

readInternal

protected java.lang.Object readInternal()
                                 throws java.io.IOException
Throws:
java.io.IOException

writeInternal

protected void writeInternal(java.lang.Object arg0)
                      throws java.io.IOException
Throws:
java.io.IOException

getIgnoreExtraElements

protected boolean getIgnoreExtraElements()


Copyright © 2005 InfoGlue.org All Rights Reserved.