org.apache.geronimo.ews.ws4j2ee.context.impl
Class ContextFactoryImpl

java.lang.Object
  extended byorg.apache.geronimo.ews.ws4j2ee.context.impl.ContextFactoryImpl
All Implemented Interfaces:
ContextFactory

public class ContextFactoryImpl
extends java.lang.Object
implements ContextFactory

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

Author:
Srinath Perera(hemapani@opensource.lk)

Constructor Summary
ContextFactoryImpl()
           
 
Method Summary
 JaxRpcMapperContext createJaxRpcMapperContext(JaxRpcMapper mapper, J2eeEmitter emitter)
           
 MiscInfo createMiscInfo(java.util.Map map)
           
 WSDLContext createWSDLContext(java.lang.Object info)
           
 J2EEWebServiceContext getJ2EEWsContext(boolean hasWSDL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextFactoryImpl

public ContextFactoryImpl()
Method Detail

createWSDLContext

public WSDLContext createWSDLContext(java.lang.Object info)
Specified by:
createWSDLContext in interface ContextFactory

createJaxRpcMapperContext

public JaxRpcMapperContext createJaxRpcMapperContext(JaxRpcMapper mapper,
                                                     J2eeEmitter emitter)
Specified by:
createJaxRpcMapperContext in interface ContextFactory

createMiscInfo

public MiscInfo createMiscInfo(java.util.Map map)
Specified by:
createMiscInfo in interface ContextFactory

getJ2EEWsContext

public J2EEWebServiceContext getJ2EEWsContext(boolean hasWSDL)
Specified by:
getJ2EEWsContext in interface ContextFactory


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