org.apache.geronimo.ews.ws4j2ee.context
Interface ContextFactory

All Known Implementing Classes:
ContextFactoryImpl

public interface ContextFactory

This class decouple the concreate implementations of the class from the rest of the code

Author:
Srinath Perera(hemapani@opensource.lk)

Method Summary
 JaxRpcMapperContext createJaxRpcMapperContext(JaxRpcMapper mapper, J2eeEmitter emitter)
           
 MiscInfo createMiscInfo(java.util.Map map)
           
 WSDLContext createWSDLContext(java.lang.Object info)
           
 J2EEWebServiceContext getJ2EEWsContext(boolean hasWSDL)
           
 

Method Detail

createWSDLContext

public WSDLContext createWSDLContext(java.lang.Object info)

createJaxRpcMapperContext

public JaxRpcMapperContext createJaxRpcMapperContext(JaxRpcMapper mapper,
                                                     J2eeEmitter emitter)

createMiscInfo

public MiscInfo createMiscInfo(java.util.Map map)

getJ2EEWsContext

public J2EEWebServiceContext getJ2EEWsContext(boolean hasWSDL)


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