Apache CXF API

Serialized Form


Package org.apache.cxf

Class org.apache.cxf.BusException extends Exception implements Serializable

serialVersionUID: 1L


Package org.apache.cxf.aegis

Class org.apache.cxf.aegis.DatabindingException extends RuntimeException implements Serializable

serialVersionUID: -2595633596348811788L

Serialized Fields

extraMessages

List<E> extraMessages

Package org.apache.cxf.aegis.databinding

Class org.apache.cxf.aegis.databinding.InconsistentInitializationException extends RuntimeException implements Serializable

serialVersionUID: 8530755453175164789L


Package org.apache.cxf.aegis.util.date

Class org.apache.cxf.aegis.util.date.TimezoneLessXsDateFormat extends XsDateTimeFormat implements Serializable

serialVersionUID: -2584986778843863501L

Class org.apache.cxf.aegis.util.date.XsDateFormat extends XsDateTimeFormat implements Serializable

serialVersionUID: 3832621764093030707L

Class org.apache.cxf.aegis.util.date.XsDateTimeFormat extends Format implements Serializable

serialVersionUID: 3258131340871479609L

Serialized Fields

parseDate

boolean parseDate

parseTime

boolean parseTime

parseTimezone

boolean parseTimezone

Class org.apache.cxf.aegis.util.date.XsTimeFormat extends XsDateTimeFormat implements Serializable

serialVersionUID: 3906931187925727282L


Package org.apache.cxf.binding.corba

Class org.apache.cxf.binding.corba.CorbaBindingException extends javax.xml.ws.ProtocolException implements Serializable

serialVersionUID: 8493263228127324876L


Package org.apache.cxf.binding.soap

Class org.apache.cxf.binding.soap.SoapFault extends Fault implements Serializable

serialVersionUID: 5775857720028582429L

Serialized Fields

subCode

QName subCode
A SOAP 1.2 only fault code.

"The message could not be processed for reasons attributable to the processing of the message rather than to the contents of the message itself." -- SOAP 1.2 Spec

If this message is used in a SOAP 1.1 Fault it will most likely (depending on the FaultHandler) be mapped to "Sender" instead.


role

String role

node

String node

namespaces

Map<K,V> namespaces

Class org.apache.cxf.binding.soap.SoapMessage extends MessageImpl implements Serializable

serialVersionUID: 6310906412722265578L

Serialized Fields

version

SoapVersion version

Package org.apache.cxf.binding.soap.jms.interceptor

Class org.apache.cxf.binding.soap.jms.interceptor.JMSFault extends Exception implements Serializable

serialVersionUID: 8567771013189842711L

Serialized Fields

jmsFaultType

JMSFaultType jmsFaultType

sender

boolean sender

detail

Object detail

Package org.apache.cxf.binding.soap.wsdl.extensions

Package org.apache.cxf.binding.xml

Class org.apache.cxf.binding.xml.XMLFault extends Fault implements Serializable

serialVersionUID: 100000L


Package org.apache.cxf.bus.extension

Class org.apache.cxf.bus.extension.ExtensionException extends UncheckedException implements Serializable

serialVersionUID: 1L


Package org.apache.cxf.common.commands

Class org.apache.cxf.common.commands.ForkedCommandException extends UncheckedException implements Serializable

serialVersionUID: 1L


Package org.apache.cxf.common.i18n

Class org.apache.cxf.common.i18n.Exception extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

message

Message message

Class org.apache.cxf.common.i18n.Message extends Object implements Serializable

serialVersionUID: 42L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class org.apache.cxf.common.i18n.UncheckedException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

message

Message message

Package org.apache.cxf.common.util

Class org.apache.cxf.common.util.Base64Exception extends Exception implements Serializable

serialVersionUID: -4692237798562339250L

Class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList extends CopyOnWriteArrayList<T> implements Serializable

serialVersionUID: 1783937035760941219L

Serialized Fields

modCount

AtomicInteger modCount

Class org.apache.cxf.common.util.ReflectionUtil$2 extends Object implements Serializable

Class org.apache.cxf.common.util.ReflectionUtil$3 extends Object implements Serializable

Class org.apache.cxf.common.util.ReflectionUtil$6 extends Object implements Serializable

Class org.apache.cxf.common.util.ReflectionUtil$7 extends Object implements Serializable

Class org.apache.cxf.common.util.WeakIdentityHashMap$1 extends Object implements Serializable


Package org.apache.cxf.common.xmlschema

Class org.apache.cxf.common.xmlschema.InvalidXmlSchemaReferenceException extends RuntimeException implements Serializable

serialVersionUID: -2053958361555768873L

Class org.apache.cxf.common.xmlschema.UnsupportedConstruct extends RuntimeException implements Serializable

serialVersionUID: -5603135651847228478L

Class org.apache.cxf.common.xmlschema.XmlSchemaInvalidOperation extends RuntimeException implements Serializable

serialVersionUID: 7007258111909011558L


Package org.apache.cxf.configuration

Class org.apache.cxf.configuration.ConfigurationException extends UncheckedException implements Serializable

serialVersionUID: 1L


Package org.apache.cxf.configuration.spring

Class org.apache.cxf.configuration.spring.SpringBeanMap extends org.apache.cxf.configuration.spring.AbstractSpringBeanMap<String,V> implements Serializable

serialVersionUID: 283807699147781432L

Class org.apache.cxf.configuration.spring.SpringBeanQNameMap extends org.apache.cxf.configuration.spring.AbstractSpringBeanMap<QName,V> implements Serializable

serialVersionUID: -3351437036057367923L


Package org.apache.cxf.continuations

Class org.apache.cxf.continuations.SuspendedInvocationException extends RuntimeException implements Serializable

serialVersionUID: 6889545463301144757L


Package org.apache.cxf.endpoint

Class org.apache.cxf.endpoint.ClientImpl.EchoContext extends HashMap<String,Object> implements Serializable

serialVersionUID: 5199023273052841289L

Serialized Fields

shared

Map<K,V> shared

Class org.apache.cxf.endpoint.EndpointException extends Exception implements Serializable

serialVersionUID: 2718396758999944442L

Class org.apache.cxf.endpoint.EndpointImpl extends AbstractAttributedInterceptorProvider implements Serializable

serialVersionUID: -7660560719050162091L

Serialized Fields

service

Service service

binding

Binding binding

endpointInfo

EndpointInfo endpointInfo

executor

Executor executor

bus

Bus bus

inFaultObserver

MessageObserver inFaultObserver

outFaultObserver

MessageObserver outFaultObserver

activeFeatures

List<E> activeFeatures

Package org.apache.cxf.frontend

Class org.apache.cxf.frontend.FaultInfoException extends Exception implements Serializable

serialVersionUID: 1392427062502667841L

Class org.apache.cxf.frontend.WSDLQueryException extends UncheckedException implements Serializable

serialVersionUID: -3254386739668987981L


Package org.apache.cxf.helpers

Class org.apache.cxf.helpers.MethodComparator extends Object implements Serializable

serialVersionUID: 6723063699608000703L


Package org.apache.cxf.interceptor

Class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider extends HashMap<String,Object> implements Serializable

serialVersionUID: -1915876045710441978L

Serialized Fields

in

List<E> in

out

List<E> out

outFault

List<E> outFault

inFault

List<E> inFault

Class org.apache.cxf.interceptor.Fault extends UncheckedException implements Serializable

serialVersionUID: -1583932965031558864L

Serialized Fields

detail

Element detail

message

String message

code

QName code

statusCode

int statusCode
response http header status code


Package org.apache.cxf.interceptor.security

Class org.apache.cxf.interceptor.security.AccessDeniedException extends SecurityException implements Serializable

serialVersionUID: 9169091575394965388L

Class org.apache.cxf.interceptor.security.AuthenticationException extends SecurityException implements Serializable

serialVersionUID: -823479120896894071L


Package org.apache.cxf.io

Class org.apache.cxf.io.CacheSizeExceededException extends RuntimeException implements Serializable

serialVersionUID: -8976580055837650080L


Package org.apache.cxf.javascript

Class org.apache.cxf.javascript.UnsupportedConstruct extends RuntimeException implements Serializable

serialVersionUID: -5854990568839716895L


Package org.apache.cxf.jaxrs

Class org.apache.cxf.jaxrs.JAXRSServiceImpl extends AbstractAttributedInterceptorProvider implements Serializable

serialVersionUID: 6765400202555126993L

Serialized Fields

classResourceInfos

List<E> classResourceInfos

dataBinding

DataBinding dataBinding

executor

Executor executor

invoker

Invoker invoker

endpoints

Map<K,V> endpoints

address

String address

createServiceModel

boolean createServiceModel

serviceName

QName serviceName

Package org.apache.cxf.jaxrs.client

Class org.apache.cxf.jaxrs.client.ClientWebApplicationException extends RuntimeException implements Serializable

serialVersionUID: 1045799648347063772L

Serialized Fields

response

javax.ws.rs.core.Response response

Class org.apache.cxf.jaxrs.client.ServerWebApplicationException extends javax.ws.rs.WebApplicationException implements Serializable

serialVersionUID: -97862759448606951L

Serialized Fields

errorMessage

String errorMessage

Package org.apache.cxf.jaxrs.ext.search

Class org.apache.cxf.jaxrs.ext.search.SearchParseException extends Exception implements Serializable

serialVersionUID: 1182999957472822704L


Package org.apache.cxf.jaxrs.model

Class org.apache.cxf.jaxrs.model.OperationResourceInfoStack extends Stack<MethodInvocationInfo> implements Serializable

serialVersionUID: 1L


Package org.apache.cxf.jaxrs.servlet

Class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet extends CXFNonSpringServlet implements Serializable

serialVersionUID: -8916352798780577499L


Package org.apache.cxf.jaxrs.utils.multipart

Class org.apache.cxf.jaxrs.utils.multipart.MultipartReadException extends IOException implements Serializable

serialVersionUID: 4147731360800379534L

Serialized Fields

expectedContentId

String expectedContentId

expectedContentType

String expectedContentType

errorMessage

String errorMessage

Package org.apache.cxf.jaxws

Class org.apache.cxf.jaxws.JaxwsClientCallback$1 extends Object implements Serializable

Class org.apache.cxf.jaxws.JaxwsClientCallback$2 extends Object implements Serializable

Class org.apache.cxf.jaxws.JaxWsConfigurationException extends UncheckedException implements Serializable

serialVersionUID: -7657280729669754145L


Package org.apache.cxf.jaxws.support

Class org.apache.cxf.jaxws.support.JaxWsClientEndpointImpl extends JaxWsEndpointImpl implements Serializable

serialVersionUID: 3059035442836604053L

Serialized Fields

executorProvider

ServiceImpl executorProvider

Class org.apache.cxf.jaxws.support.JaxWsEndpointImpl extends EndpointImpl implements Serializable

serialVersionUID: 4718088821386100282L

Serialized Fields

jaxwsBinding

javax.xml.ws.Binding jaxwsBinding

implInfo

JaxWsImplementorInfo implInfo

wsFeatures

List<E> wsFeatures

features

List<E> features

soapHandlerInterceptor

SOAPHandlerInterceptor soapHandlerInterceptor

logicalInInterceptor

LogicalHandlerInInterceptor logicalInInterceptor

logicalOutInterceptor

LogicalHandlerOutInterceptor logicalOutInterceptor

logicalFaultOutInterceptor

LogicalHandlerFaultOutInterceptor logicalFaultOutInterceptor

soapFaultOutInterceptor

SOAPHandlerFaultOutInterceptor soapFaultOutInterceptor

logicalFaultInInterceptor

LogicalHandlerFaultInInterceptor logicalFaultInInterceptor

soapFaultInInterceptor

SOAPHandlerFaultInInterceptor soapFaultInInterceptor

Package org.apache.cxf.js.rhino

Class org.apache.cxf.js.rhino.AbstractDOMProvider.JSDOMProviderException extends Exception implements Serializable

serialVersionUID: -6082342781592829823L


Package org.apache.cxf.message

Class org.apache.cxf.message.ExchangeImpl extends StringMapImpl implements Serializable

serialVersionUID: -3112077559217623594L

Serialized Fields

destination

Destination destination

oneWay

boolean oneWay

synchronous

boolean synchronous

inMessage

Message inMessage

outMessage

Message outMessage

inFaultMessage

Message inFaultMessage

outFaultMessage

Message outFaultMessage

session

Session session

bus

Bus bus

endpoint

Endpoint endpoint

service

Service service

binding

Binding binding

bindingOp

BindingOperationInfo bindingOp

Class org.apache.cxf.message.MessageContentsList extends ArrayList<Object> implements Serializable

serialVersionUID: -5780720048950696258L

Class org.apache.cxf.message.MessageImpl extends StringMapImpl implements Serializable

serialVersionUID: -3020763696429459865L

Serialized Fields

exchange

Exchange exchange

id

String id

interceptorChain

InterceptorChain interceptorChain

contents

Object[] contents

index

int index

contextCache

Map<K,V> contextCache

Class org.apache.cxf.message.StringMapImpl extends HashMap<String,Object> implements Serializable

serialVersionUID: -4590903451121887L


Package org.apache.cxf.rs.security.oauth.data

Class org.apache.cxf.rs.security.oauth.data.OAuthAuthorizationData extends Object implements Serializable

serialVersionUID: -7755998413495017637L

Serialized Fields

oauthToken

String oauthToken

authenticityToken

String authenticityToken

applicationName

String applicationName

applicationURI

String applicationURI

callbackURI

String callbackURI

applicationDescription

String applicationDescription

logoUri

String logoUri

replyTo

String replyTo

permissions

List<E> permissions

Package org.apache.cxf.rs.security.oauth.provider

Class org.apache.cxf.rs.security.oauth.provider.OAuthServiceException extends RuntimeException implements Serializable

serialVersionUID: 343738539234766320L


Package org.apache.cxf.rs.security.oauth2.common

Class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData extends Object implements Serializable

serialVersionUID: -7755998413495017637L

Serialized Fields

clientId

String clientId

redirectUri

String redirectUri

state

String state

proposedScope

String proposedScope

authenticityToken

String authenticityToken

replyTo

String replyTo

applicationName

String applicationName

applicationWebUri

String applicationWebUri

applicationDescription

String applicationDescription

applicationLogoUri

String applicationLogoUri

permissions

List<E> permissions

Package org.apache.cxf.rs.security.oauth2.provider

Class org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException extends RuntimeException implements Serializable

serialVersionUID: 343738539234766320L

Serialized Fields

error

OAuthError error

Package org.apache.cxf.service

Class org.apache.cxf.service.ServiceImpl extends AbstractAttributedInterceptorProvider implements Serializable

serialVersionUID: -3920605127948701230L

Serialized Fields

serviceInfos

List<E> serviceInfos

dataBinding

DataBinding dataBinding

executor

Executor executor

invoker

Invoker invoker

endpoints

Map<K,V> endpoints

Package org.apache.cxf.service.factory

Class org.apache.cxf.service.factory.ServiceConstructionException extends UncheckedException implements Serializable

serialVersionUID: -4242545895784708313L


Package org.apache.cxf.staxutils

Class org.apache.cxf.staxutils.DepthExceededStaxException extends RuntimeException implements Serializable

serialVersionUID: 4750070687283463619L

Class org.apache.cxf.staxutils.FastStack extends ArrayList<T> implements Serializable

serialVersionUID: -6459503295618120689L


Package org.apache.cxf.tools.common

Class org.apache.cxf.tools.common.ToolException extends RuntimeException implements Serializable

serialVersionUID: -4418907917249006910L

Serialized Fields

suppressed

List<E> suppressed

hasSuppressed

boolean hasSuppressed

Package org.apache.cxf.tools.common.toolspec.parser

Class org.apache.cxf.tools.common.toolspec.parser.BadUsageException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

usage

String usage

errors

ErrorVisitor errors

Package org.apache.cxf.tools.corba.idlpreprocessor

Class org.apache.cxf.tools.corba.idlpreprocessor.PreprocessingException extends RuntimeException implements Serializable

serialVersionUID: -3241939562830460198L

Serialized Fields

line

int line

url

URL url

Package org.apache.cxf.tools.util

Class org.apache.cxf.tools.util.AnnotationUtil$1 extends Object implements Serializable

Class org.apache.cxf.tools.util.AnnotationUtil$2 extends Object implements Serializable


Package org.apache.cxf.tools.wsdlto.frontend.jaxws.customization

Class org.apache.cxf.tools.wsdlto.frontend.jaxws.customization.JAXWSBinding extends Object implements Serializable

serialVersionUID: -7918008370548583809L

Serialized Fields

enableAsyncMapping

Boolean enableAsyncMapping

enableWrapperStyle

Boolean enableWrapperStyle

enableMime

Boolean enableMime

element

Element element

required

boolean required

elementType

QName elementType

documentBaseURI

String documentBaseURI

packageName

String packageName

methodName

String methodName

methodJavaDoc

String methodJavaDoc

packageJavaDoc

String packageJavaDoc

classJavaDoc

String classJavaDoc

jaxwsPara

List<E> jaxwsPara

jaxwsClass

JAXWSClass jaxwsClass

Class org.apache.cxf.tools.wsdlto.frontend.jaxws.customization.JAXWSBindingDeserializer extends Object implements Serializable

serialVersionUID: -4016144719848135088L

Class org.apache.cxf.tools.wsdlto.frontend.jaxws.customization.JAXWSBindingSerializer extends Object implements Serializable

serialVersionUID: 1L


Package org.apache.cxf.transport

Class org.apache.cxf.transport.TransportFinder$1 extends Object implements Serializable

Class org.apache.cxf.transport.TransportFinder$2 extends Object implements Serializable

Class org.apache.cxf.transport.TransportFinder$3 extends Object implements Serializable

Class org.apache.cxf.transport.TransportFinder$4 extends Object implements Serializable

Class org.apache.cxf.transport.TransportFinder$5 extends Object implements Serializable


Package org.apache.cxf.transport.http

Class org.apache.cxf.transport.http.HTTPException extends IOException implements Serializable

serialVersionUID: -6186825695409511895L

Serialized Fields

responseCode

int responseCode

responseMessage

String responseMessage

url

URL url

Class org.apache.cxf.transport.http.UntrustedURLConnectionIOException extends IOException implements Serializable

serialVersionUID: 1L


Package org.apache.cxf.transport.http.policy

Class org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider extends AbstractPolicyInterceptorProvider implements Serializable

serialVersionUID: -5554625221910391930L


Package org.apache.cxf.transport.jms.uri

Class org.apache.cxf.transport.jms.uri.ResolveEndpointFailedException extends RuntimeException implements Serializable

serialVersionUID: -6624403816682681106L

Serialized Fields

uri

String uri

Package org.apache.cxf.transport.servlet

Class org.apache.cxf.transport.servlet.AbstractHTTPServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -8357252743467075117L

Serialized Fields

staticResourcesList

List<E> staticResourcesList

staticWelcomeFile

String staticWelcomeFile

redirectList

List<E> redirectList

dispatcherServletPath

String dispatcherServletPath

dispatcherServletName

String dispatcherServletName

redirectAttributes

Map<K,V> redirectAttributes

redirectQueryCheck

boolean redirectQueryCheck

Class org.apache.cxf.transport.servlet.CXFNonSpringServlet extends AbstractHTTPServlet implements Serializable

serialVersionUID: -2437897227486327166L

Serialized Fields

destinationRegistry

DestinationRegistry destinationRegistry

globalRegistry

boolean globalRegistry

bus

Bus bus

controller

ServletController controller

loader

ClassLoader loader

loadBus

boolean loadBus

Class org.apache.cxf.transport.servlet.CXFServlet extends CXFNonSpringServlet implements Serializable

serialVersionUID: -5922443981969455305L

Serialized Fields

busCreated

boolean busCreated

createdContext

XmlWebApplicationContext createdContext

Package org.apache.cxf.transport.servlet.servicelist

Class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -113918058557537996L

Serialized Fields

destinationRegistry

DestinationRegistry destinationRegistry

bus

Bus bus

serviceListStyleSheet

String serviceListStyleSheet

title

String title

showForeignContexts

boolean showForeignContexts

Package org.apache.cxf.ws.addressing.policy

Class org.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider extends AbstractPolicyInterceptorProvider implements Serializable

serialVersionUID: -1018053541795476992L


Package org.apache.cxf.ws.policy

Class org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider extends AbstractAttributedInterceptorProvider implements Serializable

serialVersionUID: 7076292509741199877L

Serialized Fields

assertionTypes

Collection<E> assertionTypes

Class org.apache.cxf.ws.policy.AssertionInfoMap extends HashMap<QName,Collection<AssertionInfo>> implements Serializable

serialVersionUID: -4059701923851991413L

Class org.apache.cxf.ws.policy.IgnorablePolicyInterceptorProvider extends AbstractPolicyInterceptorProvider implements Serializable

serialVersionUID: 8411915832046532494L

Serialized Fields

interceptor

org.apache.cxf.ws.policy.IgnorablePolicyInterceptorProvider.IgnorableAssertionsInterceptor interceptor

Class org.apache.cxf.ws.policy.PolicyException extends UncheckedException implements Serializable

serialVersionUID: -6384955089085130084L


Package org.apache.cxf.ws.policy.mtom

Class org.apache.cxf.ws.policy.mtom.MTOMPolicyInterceptorProvider extends AbstractPolicyInterceptorProvider implements Serializable

serialVersionUID: -2101800288259099105L


Package org.apache.cxf.ws.rm

Class org.apache.cxf.ws.rm.RMException extends Exception implements Serializable

serialVersionUID: 7216414721524238682L

Class org.apache.cxf.ws.rm.SequenceFault extends Exception implements Serializable

serialVersionUID: 1144842362378723203L

Serialized Fields

sender

boolean sender

faultCode

QName faultCode

detail

Object detail

extraDetail

Element extraDetail

Package org.apache.cxf.ws.rm.persistence

Class org.apache.cxf.ws.rm.persistence.RMStoreException extends UncheckedException implements Serializable

serialVersionUID: -3463443325216082887L


Package org.apache.cxf.ws.rm.policy

Class org.apache.cxf.ws.rm.policy.RMPolicyInterceptorProvider extends AbstractPolicyInterceptorProvider implements Serializable

serialVersionUID: -9134254448692671780L

Serialized Fields

rmIn

RMInInterceptor rmIn

rmOut

RMOutInterceptor rmOut

rmSoap

RMSoapInterceptor rmSoap

rmDelivery

RMDeliveryInterceptor rmDelivery

Package org.apache.cxf.ws.security.policy

Class org.apache.cxf.ws.security.policy.WSSPolicyException extends UncheckedException implements Serializable

serialVersionUID: -1820931045955310166L


Package org.apache.cxf.ws.security.policy.interceptors

Class org.apache.cxf.ws.security.policy.interceptors.HttpsTokenInterceptorProvider extends AbstractPolicyInterceptorProvider implements Serializable

serialVersionUID: -13951002554477036L

Class org.apache.cxf.ws.security.policy.interceptors.IssuedTokenInterceptorProvider extends AbstractPolicyInterceptorProvider implements Serializable

serialVersionUID: -6936475570762840527L

Class org.apache.cxf.ws.security.policy.interceptors.KerberosTokenInterceptorProvider extends AbstractPolicyInterceptorProvider implements Serializable

serialVersionUID: 5922028830873137490L

Class org.apache.cxf.ws.security.policy.interceptors.SamlTokenInterceptorProvider extends AbstractPolicyInterceptorProvider implements Serializable

serialVersionUID: -2270910622513357794L

Class org.apache.cxf.ws.security.policy.interceptors.SecureConversationTokenInterceptorProvider extends AbstractPolicyInterceptorProvider implements Serializable

serialVersionUID: 8739057200687855383L

Class org.apache.cxf.ws.security.policy.interceptors.SpnegoTokenInterceptorProvider extends AbstractPolicyInterceptorProvider implements Serializable

serialVersionUID: -3412111025613191505L

Class org.apache.cxf.ws.security.policy.interceptors.UsernameTokenInterceptorProvider extends AbstractPolicyInterceptorProvider implements Serializable

serialVersionUID: -1507727324874727254L

Class org.apache.cxf.ws.security.policy.interceptors.WSSecurityInterceptorProvider extends AbstractPolicyInterceptorProvider implements Serializable

serialVersionUID: -6222118542914666817L

Class org.apache.cxf.ws.security.policy.interceptors.WSSecurityPolicyInterceptorProvider extends AbstractPolicyInterceptorProvider implements Serializable

serialVersionUID: 2092269997296804632L


Package org.apache.cxf.ws.security.sts.provider

Class org.apache.cxf.ws.security.sts.provider.STSException extends RuntimeException implements Serializable

serialVersionUID: 2186924985128534490L

Serialized Fields

faultCode

QName faultCode

Package org.apache.cxf.ws.security.tokenstore

Class org.apache.cxf.ws.security.tokenstore.SecurityToken extends Object implements Serializable

serialVersionUID: 3820740387121650613L

Serialized Fields

id

String id
Token identifier


wsuId

String wsuId
WSU Identifier of the token


properties

Properties properties
A bag to hold any other properties


secret

byte[] secret
The secret associated with the Token


created

Date created
Created time


expires

Date expires
Expiration time


issuerAddress

String issuerAddress
Issuer end point address


encrKeySha1Value

String encrKeySha1Value
If an encrypted key, this contains the sha1 for the key


tokenHash

int tokenHash
A hash code associated with this token.


transformedTokenIdentifier

String transformedTokenIdentifier
This holds the identifier of another SecurityToken which represents a transformed version of this token.


tokenType

String tokenType
The tokenType


x509cert

X509Certificate x509cert

Package org.apache.cxf.ws.security.trust

Class org.apache.cxf.ws.security.trust.TrustException extends UncheckedException implements Serializable

serialVersionUID: -2957463932630164766L


Package org.apache.cxf.wsdl

Class org.apache.cxf.wsdl.EndpointUtilsException extends Exception implements Serializable

serialVersionUID: -7816054333019642525L


Package org.apache.cxf.wsdl11

Class org.apache.cxf.wsdl11.WSDLRuntimeException extends UncheckedException implements Serializable

serialVersionUID: 969542255108690960L


Apache CXF API

Apache CXF