Apache CXF API

Uses of Class
org.apache.cxf.jaxws.support.JaxWsImplementorInfo

Packages that use JaxWsImplementorInfo
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
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
 JaxWsImplementorInfo JaxWsServiceFactoryBean.getJaxWsImplementorInfo()
           
 

Methods in org.apache.cxf.jaxws.support with parameters of type JaxWsImplementorInfo
protected  void JaxWsServiceFactoryBean.initConfiguration(JaxWsImplementorInfo ii)
           
 void JaxWsServiceFactoryBean.setJaxWsImplementorInfo(JaxWsImplementorInfo jaxWsImplementorInfo)
           
 

Constructors in org.apache.cxf.jaxws.support with parameters of type JaxWsImplementorInfo
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo, List<javax.xml.ws.WebServiceFeature> wf, List<AbstractFeature> af, boolean isFromWsdl)
           
JaxWsServiceFactoryBean(JaxWsImplementorInfo implInfo)
           
 


Apache CXF API

Apache CXF