Apache CXF API

org.apache.cxf.transport.http.netty.server.spring
Class NettySpringTypesFactory

java.lang.Object
  extended by org.apache.cxf.transport.http.netty.server.spring.NettySpringTypesFactory

public final class NettySpringTypesFactory
extends Object


Constructor Summary
NettySpringTypesFactory()
           
 
Method Summary
 Map<String,ThreadingParameters> createThreadingParametersMap(String s, JAXBContext ctx)
           
 Map<String,TLSServerParameters> createTLSServerParametersMap(String s, JAXBContext ctx)
           
static
<V> List<V>
parseListElement(Element parent, QName name, Class<?> c, JAXBContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettySpringTypesFactory

public NettySpringTypesFactory()
Method Detail

createTLSServerParametersMap

public Map<String,TLSServerParameters> createTLSServerParametersMap(String s,
                                                                    JAXBContext ctx)
                                                             throws Exception
Throws:
Exception

createThreadingParametersMap

public Map<String,ThreadingParameters> createThreadingParametersMap(String s,
                                                                    JAXBContext ctx)
                                                             throws Exception
Throws:
Exception

parseListElement

public static <V> List<V> parseListElement(Element parent,
                                           QName name,
                                           Class<?> c,
                                           JAXBContext context)
                                throws JAXBException
Throws:
JAXBException

Apache CXF API

Apache CXF