Package | Description |
---|---|
org.apache.cxf.jaxws | |
org.apache.cxf.jaxws.binding.soap | |
org.apache.cxf.jaxws.blueprint | |
org.apache.cxf.jaxws.spi | |
org.apache.cxf.jaxws.spring |
Modifier and Type | Method and Description |
---|---|
JaxWsServiceFactoryBean |
JaxWsServerFactoryBean.getJaxWsServiceFactory() |
JaxWsServiceFactoryBean |
EndpointImpl.getServiceFactory() |
Modifier and Type | Method and Description |
---|---|
Set<Class<?>> |
WrapperClassGenerator.generate(JaxWsServiceFactoryBean factory,
InterfaceInfo interfaceInfo,
boolean qualified) |
void |
EndpointImpl.setServiceFactory(JaxWsServiceFactoryBean sf) |
Constructor and Description |
---|
JaxWsServerFactoryBean(JaxWsServiceFactoryBean serviceFactory) |
Modifier and Type | Method and Description |
---|---|
void |
JaxWsSoapBindingConfiguration.setJaxWsServiceFactoryBean(JaxWsServiceFactoryBean b) |
Constructor and Description |
---|
JaxWsSoapBindingConfiguration(JaxWsServiceFactoryBean sifb) |
Constructor and Description |
---|
BPJaxWsServerFactoryBean(JaxWsServiceFactoryBean fact) |
Modifier and Type | Method and Description |
---|---|
Set<Class<?>> |
WrapperClassLoader.generate(JaxWsServiceFactoryBean factory,
InterfaceInfo interfaceInfo,
boolean q) |
Set<Class<?>> |
WrapperClassCreator.generate(JaxWsServiceFactoryBean fact,
InterfaceInfo inf,
boolean q) |
Set<Class<?>> |
WrapperClassCreatorProxyService.generate(JaxWsServiceFactoryBean fact,
InterfaceInfo inf,
boolean q) |
Constructor and Description |
---|
SpringServerFactoryBean(JaxWsServiceFactoryBean fact) |
Apache CXF