Package | Description |
---|---|
org.apache.cxf.frontend | |
org.apache.cxf.jaxws | |
org.apache.cxf.jaxws.support | |
org.apache.cxf.service |
This package and its sub packages contain classes relating to services and the CXF
service model
|
org.apache.cxf.service.factory | |
org.apache.cxf.service.invoker | |
org.apache.cxf.ws.rm | |
org.apache.cxf.ws.security.policy.interceptors |
Modifier and Type | Method and Description |
---|---|
protected Invoker |
ServerFactoryBean.createInvoker() |
Invoker |
ServerFactoryBean.getInvoker() |
Modifier and Type | Method and Description |
---|---|
void |
ServerFactoryBean.setInvoker(Invoker invoker) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJAXWSMethodInvoker |
class |
JAXWSMethodInvoker |
Modifier and Type | Method and Description |
---|---|
protected Invoker |
JaxWsServerFactoryBean.createInvoker() |
Invoker |
EndpointImpl.getInvoker() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointImpl.setInvoker(Invoker invoker) |
Modifier and Type | Method and Description |
---|---|
protected Invoker |
JaxWsServiceFactoryBean.createInvoker() |
Modifier and Type | Method and Description |
---|---|
Invoker |
Service.getInvoker() |
Invoker |
ServiceImpl.getInvoker() |
Modifier and Type | Method and Description |
---|---|
void |
Service.setInvoker(Invoker invoker) |
void |
ServiceImpl.setInvoker(Invoker invoker) |
Modifier and Type | Method and Description |
---|---|
protected Invoker |
ReflectionServiceFactoryBean.createInvoker() |
Invoker |
ReflectionServiceFactoryBean.getInvoker() |
Modifier and Type | Method and Description |
---|---|
void |
ReflectionServiceFactoryBean.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.
|
Modifier and Type | Class and Description |
---|---|
class |
Servant |
Modifier and Type | Method and Description |
---|---|
Invoker |
WrappedService.getInvoker() |
Modifier and Type | Method and Description |
---|---|
void |
WrappedService.setInvoker(Invoker arg0) |
Modifier and Type | Method and Description |
---|---|
static void |
NegotiationUtils.recalcEffectivePolicy(SoapMessage message,
String namespace,
org.apache.neethi.Policy policy,
Invoker invoker,
boolean secConv) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.