org.apache.geronimo.ews.ws4j2ee.parsers
Class DomEJBDDParser

java.lang.Object
  extended byorg.apache.geronimo.ews.ws4j2ee.parsers.DomEJBDDParser

public class DomEJBDDParser
extends java.lang.Object

Parse the ejb-jar.xml file and get the name of the EJB

Author:
Srinath Perera(hemapani@opensource.lk)

Constructor Summary
DomEJBDDParser(J2EEWebServiceContext j2eewscontext)
           
 
Method Summary
 EJBContext getContext()
           
 void parse(java.io.InputStream inputStream)
           
 void setContext(EJBContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomEJBDDParser

public DomEJBDDParser(J2EEWebServiceContext j2eewscontext)
Method Detail

parse

public void parse(java.io.InputStream inputStream)
           throws GenerationFault
Throws:
GenerationFault

getContext

public EJBContext getContext()
Returns:

setContext

public void setContext(EJBContext context)
Parameters:
context -


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.