Apache CXF API

Uses of Class
org.apache.cxf.jaxws.javaee.ServiceImplBeanType

Packages that use ServiceImplBeanType
org.apache.cxf.jaxws.javaee   
 

Uses of ServiceImplBeanType in org.apache.cxf.jaxws.javaee
 

Fields in org.apache.cxf.jaxws.javaee declared as ServiceImplBeanType
protected  ServiceImplBeanType PortComponentType.serviceImplBean
           
 

Methods in org.apache.cxf.jaxws.javaee that return ServiceImplBeanType
 ServiceImplBeanType ObjectFactory.createServiceImplBeanType()
          Create an instance of ServiceImplBeanType
 ServiceImplBeanType PortComponentType.getServiceImplBean()
          Gets the value of the serviceImplBean property.
 

Methods in org.apache.cxf.jaxws.javaee with parameters of type ServiceImplBeanType
 void PortComponentType.setServiceImplBean(ServiceImplBeanType value)
          Sets the value of the serviceImplBean property.
 


Apache CXF API

Apache CXF