Uses of Class
org.apache.cxf.jaxws.support.JaxWsImplementorInfo
-
Packages that use JaxWsImplementorInfo Package Description org.apache.cxf.jaxws org.apache.cxf.jaxws.support -
-
Uses of JaxWsImplementorInfo in org.apache.cxf.jaxws
Constructors in org.apache.cxf.jaxws with parameters of type JaxWsImplementorInfo Constructor Description JAXWSMethodDispatcher(JaxWsImplementorInfo implInfo)JAXWSProviderMethodDispatcher(JaxWsImplementorInfo implInfo) -
Uses of JaxWsImplementorInfo in org.apache.cxf.jaxws.support
Methods in org.apache.cxf.jaxws.support that return JaxWsImplementorInfo Modifier and Type Method Description JaxWsImplementorInfoJaxWsServiceFactoryBean. getJaxWsImplementorInfo()Methods in org.apache.cxf.jaxws.support with parameters of type JaxWsImplementorInfo Modifier and Type Method Description protected voidJaxWsServiceFactoryBean. initConfiguration(JaxWsImplementorInfo ii)voidJaxWsServiceFactoryBean. setJaxWsImplementorInfo(JaxWsImplementorInfo jaxWsImplementorInfo)Constructors in org.apache.cxf.jaxws.support with parameters of type JaxWsImplementorInfo Constructor Description JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo, List<javax.xml.ws.WebServiceFeature> wf, List<? extends Feature> af, boolean isFromWsdl)JaxWsServiceFactoryBean(JaxWsImplementorInfo implInfo)
-