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 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

subCodes

List<E> subCodes
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.cdi

Class org.apache.cxf.cdi.CXFCdiServlet extends CXFNonSpringServlet implements Serializable

serialVersionUID: -2890970731778523861L

Serialized Fields

busCreated

boolean busCreated

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

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.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.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

cleanupHooks

List<E> cleanupHooks

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.interceptor

Class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider extends ConcurrentHashMap<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

messageString

String messageString

code

QName code

lang

String lang

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.ext.search

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

serialVersionUID: -3262559013167020058L

Serialized Fields

name

String name

value

String value

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

serialVersionUID: 1182999957472822704L


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

Class org.apache.cxf.jaxrs.ext.search.visitor.PropertyValidationException extends RuntimeException implements Serializable

serialVersionUID: -3262559013167020058L

Serialized Fields

name

String name

value

String value

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.provider

Class org.apache.cxf.jaxrs.provider.ProviderFactory.NameKeyMap extends TreeMap<ProviderFactory.NameKey,T> implements Serializable

serialVersionUID: -4352258671270502204L


Package org.apache.cxf.jaxrs.servlet

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

serialVersionUID: -1990992780035068714L

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

serialVersionUID: -8916352798780577499L

Serialized Fields

classLoader

ClassLoader classLoader

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.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

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.jca.core.resourceadapter

Class org.apache.cxf.jca.core.resourceadapter.AbstractManagedConnectionFactoryImpl extends ResourceBean implements Serializable

serialVersionUID: 1886331424891906960L

Serialized Fields

printWriter

PrintWriter printWriter

Class org.apache.cxf.jca.core.resourceadapter.ResourceAdapterInternalException extends javax.resource.spi.ResourceAdapterInternalException implements Serializable

serialVersionUID: 6769505138041263456L

Class org.apache.cxf.jca.core.resourceadapter.ResourceBean extends Object implements Serializable

serialVersionUID: -2373577203597864072L

Serialized Fields

pluginProps

Properties pluginProps

Package org.apache.cxf.jca.cxf

Class org.apache.cxf.jca.cxf.AssociatedManagedConnectionFactoryImpl extends ManagedConnectionFactoryImpl implements Serializable

serialVersionUID: 4305487562182780773L

Serialized Fields

ra

javax.resource.spi.ResourceAdapter ra

Class org.apache.cxf.jca.cxf.ConnectionFactoryImpl extends Object implements Serializable

serialVersionUID: 3664687493256918163L

Serialized Fields

managedConnectionFactory

javax.resource.spi.ManagedConnectionFactory managedConnectionFactory

connectionManager

javax.resource.spi.ConnectionManager connectionManager

reference

Reference reference

Class org.apache.cxf.jca.cxf.ManagedConnectionFactoryImpl extends AbstractManagedConnectionFactoryImpl implements Serializable

serialVersionUID: -891927761318109853L

Serialized Fields

jcaBusFactory

JCABusFactory jcaBusFactory

Class org.apache.cxf.jca.cxf.ResourceAdapterImpl extends ResourceBean implements Serializable

serialVersionUID: 5318740621610762307L

Serialized Fields

ctx

javax.resource.spi.BootstrapContext ctx

busCache

Set<E> busCache

endpoints

Map<K,V> endpoints

Package org.apache.cxf.jca.inbound

Class org.apache.cxf.jca.inbound.DispatchMDBMessageListenerImpl extends Object implements Serializable

serialVersionUID: -8428728265893081763L


Package org.apache.cxf.jca.outbound

Class org.apache.cxf.jca.outbound.ConnectionFactoryImpl extends Object implements Serializable

serialVersionUID: -9185852866781165233L

Serialized Fields

mcf

javax.resource.spi.ManagedConnectionFactory mcf

connectionManager

javax.resource.spi.ConnectionManager connectionManager

reference

Reference reference

Class org.apache.cxf.jca.outbound.DefaultConnectionManager extends Object implements Serializable

serialVersionUID: -8931949400870739450L

Class org.apache.cxf.jca.outbound.ManagedConnectionFactoryImpl extends Object implements Serializable

serialVersionUID: -5294527634981120642L

Serialized Fields

busConfigURL

String busConfigURL

printWriter

PrintWriter printWriter

resourceAdapter

javax.resource.spi.ResourceAdapter resourceAdapter

defaultConnectionManager

javax.resource.spi.ConnectionManager defaultConnectionManager

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.AccessToken extends Object implements Serializable

serialVersionUID: -5750544301887053480L

Serialized Fields

tokenKey

String tokenKey

tokenType

String tokenType

refreshToken

String refreshToken

expiresIn

long expiresIn

issuedAt

long issuedAt

parameters

Map<K,V> parameters

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

serialVersionUID: -5550840247125850922L

Serialized Fields

clientId

String clientId

clientSecret

String clientSecret

applicationName

String applicationName

applicationDescription

String applicationDescription

applicationWebUri

String applicationWebUri

applicationLogoUri

String applicationLogoUri

applicationCertificate

String applicationCertificate

redirectUris

List<E> redirectUris

isConfidential

boolean isConfidential

allowedGrantTypes

List<E> allowedGrantTypes

registeredScopes

List<E> registeredScopes

registeredAudiences

List<E> registeredAudiences

properties

Map<K,V> properties

subject

UserSubject subject

Class org.apache.cxf.rs.security.oauth2.common.ClientAccessToken extends AccessToken implements Serializable

serialVersionUID: 831870452726298523L

Serialized Fields

scope

String scope

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

serialVersionUID: -7755998413495017637L

Serialized Fields

clientId

String clientId

endUserName

String endUserName

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

applicationCertificate

String applicationCertificate

extraApplicationProperties

Map<K,V> extraApplicationProperties

permissions

List<E> permissions

audience

String audience

Class org.apache.cxf.rs.security.oauth2.common.OAuthPermission extends Permission implements Serializable

serialVersionUID: -6486616235830491290L

Serialized Fields

httpVerbs

List<E> httpVerbs

uris

List<E> uris

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

serialVersionUID: 8988574955042726083L

Serialized Fields

permission

String permission

description

String description

isDefault

boolean isDefault

Class org.apache.cxf.rs.security.oauth2.common.ServerAccessToken extends AccessToken implements Serializable

serialVersionUID: 638776204861456064L

Serialized Fields

grantType

String grantType

client

Client client

scopes

List<E> scopes

subject

UserSubject subject

audience

String audience

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

serialVersionUID: -1469694589163385689L

Serialized Fields

login

String login

id

String id

roles

List<E> roles

properties

Map<K,V> properties

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

Class org.apache.cxf.rs.security.oauth2.grants.AbstractGrant extends Object implements Serializable

serialVersionUID: 3586571576928674560L

Serialized Fields

grantType

String grantType

scope

String scope

audience

String audience

Package org.apache.cxf.rs.security.oauth2.grants.clientcred

Class org.apache.cxf.rs.security.oauth2.grants.clientcred.ClientCredentialsGrant extends AbstractGrant implements Serializable

serialVersionUID: 5586488165697954347L


Package org.apache.cxf.rs.security.oauth2.grants.code

Class org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrant extends Object implements Serializable

serialVersionUID: -3738825769770411453L

Serialized Fields

code

String code

redirectUri

String redirectUri

Class org.apache.cxf.rs.security.oauth2.grants.code.ServerAuthorizationCodeGrant extends AuthorizationCodeGrant implements Serializable

serialVersionUID: -5004608901535459036L

Serialized Fields

issuedAt

long issuedAt

expiresIn

long expiresIn

client

Client client

approvedScopes

List<E> approvedScopes

subject

UserSubject subject

audience

String audience

clientCodeVerifier

String clientCodeVerifier

Package org.apache.cxf.rs.security.oauth2.grants.owner

Class org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrant extends AbstractGrant implements Serializable

serialVersionUID: -1673025972824906386L

Serialized Fields

ownerName

String ownerName

ownerPassword

String ownerPassword

Package org.apache.cxf.rs.security.oauth2.grants.refresh

Class org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrant extends Object implements Serializable

serialVersionUID: -4855594852737940210L

Serialized Fields

refreshToken

String refreshToken

scope

String scope

Package org.apache.cxf.rs.security.oauth2.grants.saml

Class org.apache.cxf.rs.security.oauth2.grants.saml.AbstractSaml2BearerGrant extends Object implements Serializable

serialVersionUID: 5754722119855372511L

Serialized Fields

assertion

String assertion

scope

String scope

encoded

boolean encoded

grantType

String grantType

Class org.apache.cxf.rs.security.oauth2.grants.saml.Saml2BearerGrant extends AbstractSaml2BearerGrant implements Serializable

serialVersionUID: -7296527609343431294L

Class org.apache.cxf.rs.security.oauth2.grants.saml.SamlBearerClientCredentialsGrant extends AbstractSaml2BearerGrant implements Serializable

serialVersionUID: 4801583498206813025L

Class org.apache.cxf.rs.security.oauth2.grants.saml.SamlUserSubject extends UserSubject implements Serializable

serialVersionUID: -1135272749329239037L

Serialized Fields

claims

ClaimCollection claims

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.rs.security.oauth2.tokens.bearer

Class org.apache.cxf.rs.security.oauth2.tokens.bearer.BearerAccessToken extends ServerAccessToken implements Serializable

serialVersionUID: -3614732043728799245L


Package org.apache.cxf.rs.security.oauth2.tokens.hawk

Class org.apache.cxf.rs.security.oauth2.tokens.hawk.HawkAccessToken extends ServerAccessToken implements Serializable

serialVersionUID: -4331703769692080818L

Class org.apache.cxf.rs.security.oauth2.tokens.hawk.Nonce extends Object implements Serializable

serialVersionUID: -6164115071533503490L

Serialized Fields

nonceString

String nonceString

ts

long ts

Class org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceHistory extends Object implements Serializable

serialVersionUID: -6404833046910698956L

Serialized Fields

requestTimeDelta

long requestTimeDelta

nonceList

List<E> nonceList

Package org.apache.cxf.rs.security.oauth2.tokens.refresh

Class org.apache.cxf.rs.security.oauth2.tokens.refresh.RefreshToken extends ServerAccessToken implements Serializable

serialVersionUID: 2837120382251693874L

Serialized Fields

accessTokens

List<E> accessTokens

Package org.apache.cxf.rs.security.saml.sso.state

Class org.apache.cxf.rs.security.saml.sso.state.RequestState extends Object implements Serializable

serialVersionUID: 869323136115571943L

Serialized Fields

targetAddress

String targetAddress

idpServiceAddress

String idpServiceAddress

samlRequestId

String samlRequestId

issuerId

String issuerId

webAppContext

String webAppContext

webAppDomain

String webAppDomain

createdAt

long createdAt

Class org.apache.cxf.rs.security.saml.sso.state.ResponseState extends Object implements Serializable

serialVersionUID: -3247188797004342462L

Serialized Fields

assertion

String assertion

relayState

String relayState

webAppContext

String webAppContext

webAppDomain

String webAppDomain

createdAt

long createdAt

expiresAt

long expiresAt

Package org.apache.cxf.rt.security.claims

Class org.apache.cxf.rt.security.claims.Claim extends Object implements Serializable

serialVersionUID: 5730726672368086795L

Serialized Fields

claimType

URI claimType

optional

boolean optional

values

List<E> values

Class org.apache.cxf.rt.security.claims.ClaimCollection extends ArrayList<Claim> implements Serializable

serialVersionUID: -4543840943290756510L

Serialized Fields

dialect

URI dialect

dialectPrefix

String dialectPrefix

Class org.apache.cxf.rt.security.claims.SAMLClaim extends Claim implements Serializable

serialVersionUID: 5530712294179589442L

Serialized Fields

nameFormat

String nameFormat

name

String name

friendlyName

String friendlyName

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.sts.claims

Class org.apache.cxf.sts.claims.ProcessedClaim extends Claim implements Serializable

serialVersionUID: -336574019841442184L

Serialized Fields

issuer

String issuer

originalIssuer

String originalIssuer

Class org.apache.cxf.sts.claims.ProcessedClaimCollection extends ArrayList<ProcessedClaim> implements Serializable

serialVersionUID: -4630183900697336428L


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.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.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.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

staticContentTypes

Map<K,V> staticContentTypes

redirectQueryCheck

boolean redirectQueryCheck

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

serialVersionUID: -2437897227486327166L

Serialized Fields

bus

Bus bus

destinationRegistry

DestinationRegistry destinationRegistry

globalRegistry

boolean globalRegistry

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

org.springframework.web.context.support.XmlWebApplicationContext createdContext

Package org.apache.cxf.transport.servlet.blueprint

Class org.apache.cxf.transport.servlet.blueprint.CXFBlueprintServlet extends CXFNonSpringServlet implements Serializable

serialVersionUID: -5922443981969455305L

Serialized Fields

busCreated

boolean busCreated

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.transport.websocket

Class org.apache.cxf.transport.websocket.InvalidPathException extends RuntimeException implements Serializable

serialVersionUID: 6162033430257533925L


Package org.apache.cxf.validation

Class org.apache.cxf.validation.ResponseConstraintViolationException extends javax.validation.ConstraintViolationException implements Serializable


Package org.apache.cxf.ws.addressing

Class org.apache.cxf.ws.addressing.EndpointUtilsException extends Exception implements Serializable

serialVersionUID: -7816054333019642525L


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.eventing.shared.faults

Class org.apache.cxf.ws.eventing.shared.faults.CannotProcessFilter extends WSEventingFault implements Serializable

serialVersionUID: 1L

Class org.apache.cxf.ws.eventing.shared.faults.DeliveryFormatRequestedUnavailable extends WSEventingFault implements Serializable

serialVersionUID: 1L

Class org.apache.cxf.ws.eventing.shared.faults.EmptyFilter extends WSEventingFault implements Serializable

serialVersionUID: 1L

Class org.apache.cxf.ws.eventing.shared.faults.EndToNotSupported extends WSEventingFault implements Serializable

serialVersionUID: 1L

Class org.apache.cxf.ws.eventing.shared.faults.FilteringRequestedUnavailable extends WSEventingFault implements Serializable

serialVersionUID: 1L

Class org.apache.cxf.ws.eventing.shared.faults.NoDeliveryMechanismEstablished extends WSEventingFault implements Serializable

serialVersionUID: 1L

Class org.apache.cxf.ws.eventing.shared.faults.UnknownSubscription extends WSEventingFault implements Serializable

serialVersionUID: 1L

Class org.apache.cxf.ws.eventing.shared.faults.UnsupportedExpirationType extends WSEventingFault implements Serializable

serialVersionUID: 1L

Class org.apache.cxf.ws.eventing.shared.faults.UnsupportedExpirationValue extends WSEventingFault implements Serializable

serialVersionUID: 1L

Class org.apache.cxf.ws.eventing.shared.faults.UnusableEPR extends WSEventingFault implements Serializable

serialVersionUID: 1L

Class org.apache.cxf.ws.eventing.shared.faults.WSEventingFault extends SoapFault implements Serializable

serialVersionUID: 1L


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.AcknowledgementNotification extends Notification implements Serializable

serialVersionUID: 7809325584426123035L

Serialized Fields

sequenceId

String sequenceId

messageNumber

long messageNumber

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

rmCaptureOut

RMCaptureOutInterceptor rmCaptureOut

rmOutSoap

RMSoapOutInterceptor rmOutSoap

rmInSoap

RMSoapInInterceptor rmInSoap

rmDelivery

RMDeliveryInterceptor rmDelivery

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


data

byte[] data
Some binary data 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

principal

Principal principal
The principal of this SecurityToken


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.wsdl11

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

serialVersionUID: 969542255108690960L


Package org.apache.cxf.wsn

Class org.apache.cxf.wsn.EndpointRegistrationException extends Exception implements Serializable

serialVersionUID: 6365080415473176527L


Package org.apache.cxf.wsn.jms

Class org.apache.cxf.wsn.jms.InvalidTopicException extends Exception implements Serializable

serialVersionUID: -3708397351142080702L


Package org.apache.cxf.xkms.cache

Class org.apache.cxf.xkms.cache.XKMSCacheToken extends Object implements Serializable

serialVersionUID: 7097585680022947024L

Serialized Fields

x509Certificate

X509Certificate x509Certificate

xkmsValidated

boolean xkmsValidated

Package org.apache.cxf.xkms.crypto

Class org.apache.cxf.xkms.crypto.CryptoProviderException extends RuntimeException implements Serializable

serialVersionUID: 7177198444823997289L


Package org.apache.cxf.xkms.exception

Class org.apache.cxf.xkms.exception.XKMSArgumentNotMatchException extends XKMSException implements Serializable

serialVersionUID: 868729742068991784L

Class org.apache.cxf.xkms.exception.XKMSCertificateException extends XKMSException implements Serializable

serialVersionUID: 868729742068991784L

Class org.apache.cxf.xkms.exception.XKMSConfigurationException extends XKMSException implements Serializable

serialVersionUID: 868729742068991786L

Class org.apache.cxf.xkms.exception.XKMSException extends RuntimeException implements Serializable

serialVersionUID: 7247415453067157299L

Serialized Fields

resultMajor

ResultMajorEnum resultMajor

resultMinor

ResultMinorEnum resultMinor

Class org.apache.cxf.xkms.exception.XKMSLocateException extends XKMSException implements Serializable

serialVersionUID: 868729742068991784L

Class org.apache.cxf.xkms.exception.XKMSNotFoundException extends XKMSException implements Serializable

serialVersionUID: 868729742068991785L

Class org.apache.cxf.xkms.exception.XKMSRequestException extends XKMSException implements Serializable

serialVersionUID: 868729742068991783L

Class org.apache.cxf.xkms.exception.XKMSTooManyResponsesException extends XKMSException implements Serializable

serialVersionUID: 868729742068991783L

Class org.apache.cxf.xkms.exception.XKMSValidateException extends XKMSException implements Serializable

serialVersionUID: 868729742068991785L


Package org.oasis_open.docs.wsn.brw_2

Class org.oasis_open.docs.wsn.brw_2.PublisherRegistrationFailedFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

publisherRegistrationFailedFault

PublisherRegistrationFailedFaultType publisherRegistrationFailedFault

Class org.oasis_open.docs.wsn.brw_2.PublisherRegistrationRejectedFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

publisherRegistrationRejectedFault

PublisherRegistrationRejectedFaultType publisherRegistrationRejectedFault

Class org.oasis_open.docs.wsn.brw_2.ResourceNotDestroyedFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceNotDestroyedFault

ResourceNotDestroyedFaultType resourceNotDestroyedFault

Package org.oasis_open.docs.wsn.bw_2

Class org.oasis_open.docs.wsn.bw_2.InvalidFilterFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

invalidFilterFault

InvalidFilterFaultType invalidFilterFault

Class org.oasis_open.docs.wsn.bw_2.InvalidMessageContentExpressionFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

invalidMessageContentExpressionFault

InvalidMessageContentExpressionFaultType invalidMessageContentExpressionFault

Class org.oasis_open.docs.wsn.bw_2.InvalidProducerPropertiesExpressionFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

invalidProducerPropertiesExpressionFault

InvalidProducerPropertiesExpressionFaultType invalidProducerPropertiesExpressionFault

Class org.oasis_open.docs.wsn.bw_2.InvalidTopicExpressionFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

invalidTopicExpressionFault

InvalidTopicExpressionFaultType invalidTopicExpressionFault

Class org.oasis_open.docs.wsn.bw_2.MultipleTopicsSpecifiedFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

multipleTopicsSpecifiedFault

MultipleTopicsSpecifiedFaultType multipleTopicsSpecifiedFault

Class org.oasis_open.docs.wsn.bw_2.NoCurrentMessageOnTopicFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

noCurrentMessageOnTopicFault

NoCurrentMessageOnTopicFaultType noCurrentMessageOnTopicFault

Class org.oasis_open.docs.wsn.bw_2.NotifyMessageNotSupportedFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

notifyMessageNotSupportedFault

NotifyMessageNotSupportedFaultType notifyMessageNotSupportedFault

Class org.oasis_open.docs.wsn.bw_2.PauseFailedFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

pauseFailedFault

PauseFailedFaultType pauseFailedFault

Class org.oasis_open.docs.wsn.bw_2.ResumeFailedFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

resumeFailedFault

ResumeFailedFaultType resumeFailedFault

Class org.oasis_open.docs.wsn.bw_2.SubscribeCreationFailedFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

subscribeCreationFailedFault

SubscribeCreationFailedFaultType subscribeCreationFailedFault

Class org.oasis_open.docs.wsn.bw_2.TopicExpressionDialectUnknownFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

topicExpressionDialectUnknownFault

TopicExpressionDialectUnknownFaultType topicExpressionDialectUnknownFault

Class org.oasis_open.docs.wsn.bw_2.TopicNotSupportedFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

topicNotSupportedFault

TopicNotSupportedFaultType topicNotSupportedFault

Class org.oasis_open.docs.wsn.bw_2.UnableToCreatePullPointFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

unableToCreatePullPointFault

UnableToCreatePullPointFaultType unableToCreatePullPointFault

Class org.oasis_open.docs.wsn.bw_2.UnableToDestroyPullPointFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

unableToDestroyPullPointFault

UnableToDestroyPullPointFaultType unableToDestroyPullPointFault

Class org.oasis_open.docs.wsn.bw_2.UnableToDestroySubscriptionFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

unableToDestroySubscriptionFault

UnableToDestroySubscriptionFaultType unableToDestroySubscriptionFault

Class org.oasis_open.docs.wsn.bw_2.UnableToGetMessagesFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

unableToGetMessagesFault

UnableToGetMessagesFaultType unableToGetMessagesFault

Class org.oasis_open.docs.wsn.bw_2.UnacceptableInitialTerminationTimeFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

unacceptableInitialTerminationTimeFault

UnacceptableInitialTerminationTimeFaultType unacceptableInitialTerminationTimeFault

Class org.oasis_open.docs.wsn.bw_2.UnacceptableTerminationTimeFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

unacceptableTerminationTimeFault

UnacceptableTerminationTimeFaultType unacceptableTerminationTimeFault

Class org.oasis_open.docs.wsn.bw_2.UnrecognizedPolicyRequestFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

unrecognizedPolicyRequestFault

UnrecognizedPolicyRequestFaultType unrecognizedPolicyRequestFault

Class org.oasis_open.docs.wsn.bw_2.UnsupportedPolicyRequestFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

unsupportedPolicyRequestFault

UnsupportedPolicyRequestFaultType unsupportedPolicyRequestFault

Package org.oasis_open.docs.wsrf.rpw_2

Class org.oasis_open.docs.wsrf.rpw_2.InvalidResourcePropertyQNameFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

invalidResourcePropertyQNameFault

InvalidResourcePropertyQNameFaultType invalidResourcePropertyQNameFault

Package org.oasis_open.docs.wsrf.rw_2

Class org.oasis_open.docs.wsrf.rw_2.ResourceUnavailableFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceUnavailableFault

ResourceUnavailableFaultType resourceUnavailableFault

Class org.oasis_open.docs.wsrf.rw_2.ResourceUnknownFault extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceUnknownFault

ResourceUnknownFaultType resourceUnknownFault


Apache CXF API

Apache CXF