Package | Description |
---|---|
org.apache.cxf.endpoint |
Client and Server related classes.
|
org.apache.cxf.jaxrs | |
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.transport.http.policy | |
org.apache.cxf.ws.addressing.policy | |
org.apache.cxf.ws.policy | |
org.apache.cxf.ws.policy.mtom | |
org.apache.cxf.ws.rm.policy | |
org.apache.cxf.ws.security.policy.interceptors |
Modifier and Type | Class and Description |
---|---|
class |
EndpointImpl |
Modifier and Type | Class and Description |
---|---|
class |
JAXRSServiceImpl
The CXF Service implementation which is used
to register the JAX-RS endpoint with the runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
JaxWsClientEndpointImpl |
class |
JaxWsEndpointImpl
A JAX-WS specific implementation of the CXF
Endpoint interface. |
Modifier and Type | Class and Description |
---|---|
class |
ServiceImpl |
Modifier and Type | Class and Description |
---|---|
class |
NoOpPolicyInterceptorProvider
This no-op PolicyInterceptorProvider prevents the policy enforcement
logic making it impossible to assert the HTTPClientPolicy upfront
before the HTTPConduit becomes involved (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
AddressingPolicyInterceptorProvider
Instead of parametrising an instance of org.apache.cxf.policy.PolicyInterceptorProviderImpl
we use this class to reduce the impact of changes to the addressing metadata namespace
(only need to update Metadataconstants, otherwise cfg file fragement also).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPolicyInterceptorProvider |
class |
IgnorablePolicyInterceptorProvider
This policy interceptor provider can be used to implicitly handle unknown policy assertions.
|
Modifier and Type | Class and Description |
---|---|
class |
MTOMPolicyInterceptorProvider |
Modifier and Type | Class and Description |
---|---|
class |
RMPolicyInterceptorProvider |
Modifier and Type | Class and Description |
---|---|
class |
HttpsTokenInterceptorProvider |
class |
IssuedTokenInterceptorProvider |
class |
KerberosTokenInterceptorProvider |
class |
SamlTokenInterceptorProvider |
class |
SecureConversationTokenInterceptorProvider |
class |
SpnegoTokenInterceptorProvider |
class |
UsernameTokenInterceptorProvider |
class |
WSSecurityInterceptorProvider |
class |
WSSecurityPolicyInterceptorProvider |
Apache CXF