Apache CXF API

Uses of Interface
org.apache.cxf.service.Service

Packages that use Service
org.apache.cxf.binding Interfaces for protocol bindings and their factories. 
org.apache.cxf.databinding   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.service.model   
 

Uses of Service in org.apache.cxf.binding
 

Methods in org.apache.cxf.binding with parameters of type Service
 BindingInfo BindingFactory.createBindingInfo(Service service, java.lang.String namespace, java.lang.Object configObject)
          Create a "default" BindingInfo object for the service.
 

Uses of Service in org.apache.cxf.databinding
 

Methods in org.apache.cxf.databinding with parameters of type Service
 void DataBinding.initialize(Service service)
          Initialize the service info (i.e.
 

Uses of Service in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint that return Service
 Service Endpoint.getService()
           
 

Uses of Service in org.apache.cxf.service.model
 

Methods in org.apache.cxf.service.model that return Service
static Service ServiceModelUtil.getService(Exchange exchange)
           
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.