public final class NettySpringTypesFactory extends Object
| Constructor and Description |
|---|
NettySpringTypesFactory() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public Map<String,TLSServerParameters> createTLSServerParametersMap(String s, JAXBContext ctx) throws Exception
Exceptionpublic Map<String,ThreadingParameters> createThreadingParametersMap(String s, JAXBContext ctx) throws Exception
Exceptionpublic static <V> List<V> parseListElement(Element parent, QName name, Class<?> c, JAXBContext context) throws JAXBException
JAXBExceptionApache CXF