Package | Description |
---|---|
org.apache.cxf.service |
This package and its sub packages contain classes relating to services and the CXF
service model
|
org.apache.cxf.service.invoker |
Modifier and Type | Method and Description |
---|---|
Invoker |
ServiceImpl.getInvoker() |
Invoker |
Service.getInvoker() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceImpl.setInvoker(Invoker invoker) |
void |
Service.setInvoker(Invoker invoker) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInvoker
Abstract implementation of Invoker.
|
class |
BeanInvoker
Invoker for externally created service objects.
|
class |
FactoryInvoker
This invoker implementation calls a Factory to create the service object.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.