Skip navigation links
C D E G H I J N O S 

C

createDepthReaderIfNeeded(XMLStreamReader, InputStream) - Method in class org.ow2.authzforce.webapp.JsonJaxrsProvider
Reason for override: super.createDepthReaderIfNeeded() fails if getDepthProperties() != null because the reader (XMLStreamReader) is not compatible with internal call to StaxUtils.configureReader(reader, message): it is not expected type org.codehaus.stax2.XMLStreamReader2 (therefore ClassCastException);
createDoubleIt() - Method in class org.example.schema.doubleit.ObjectFactory
Create an instance of DoubleIt
createDoubleItResponse() - Method in class org.example.schema.doubleit.ObjectFactory
Create an instance of DoubleItResponse
createReader(Class<?>, InputStream, String) - Method in class org.ow2.authzforce.webapp.JsonJaxrsProvider
Reason for override: prevent use of depthProperties with badgerfish convention (not supported).

D

destroy() - Method in class org.ow2.authzforce.webapp.ExceptionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.ow2.authzforce.webapp.ExceptionFilter
 
doubledNumber - Variable in class org.example.schema.doubleit.DoubleItResponse
 
doubleIt(int) - Method in interface org.example.contract.doubleit.DoubleItPortType
 
DoubleIt - Class in org.example.schema.doubleit
Java class for anonymous complex type.
DoubleIt() - Constructor for class org.example.schema.doubleit.DoubleIt
 
DoubleItPortType - Interface in org.example.contract.doubleit
This class was generated by Apache CXF 3.1.10 2017-03-11T01:56:47.793+01:00 Generated source version: 3.1.10
DoubleItResponse - Class in org.example.schema.doubleit
Java class for anonymous complex type.
DoubleItResponse() - Constructor for class org.example.schema.doubleit.DoubleItResponse
 

E

equals(Object) - Method in class org.ow2.authzforce.webapp.org.apache.cxf.jaxrs.provider.json.utils.JettisonReader
 
ErrorHandlerInterceptor - Class in org.ow2.authzforce.webapp
CXF Interceptor for outbound faults that handles internal server errors.
ErrorHandlerInterceptor() - Constructor for class org.ow2.authzforce.webapp.ErrorHandlerInterceptor
Registration of the interceptor to a specific CXF message processing phase
ExceptionFilter - Class in org.ow2.authzforce.webapp
Servlet filter that catches any exception to hide it from client, and maps it to HTTP status Bad Request if NoSuchMethodError, else to Internal Server Error; and logs the error using SLF4J.
ExceptionFilter() - Constructor for class org.ow2.authzforce.webapp.ExceptionFilter
 

G

getAttributePrefix(int) - Method in class org.ow2.authzforce.webapp.org.apache.cxf.jaxrs.provider.json.utils.JettisonReader
 
getDoubledNumber() - Method in class org.example.schema.doubleit.DoubleItResponse
Gets the value of the doubledNumber property.
getNamespaceContext() - Method in class org.ow2.authzforce.webapp.org.apache.cxf.jaxrs.provider.json.utils.JettisonReader
 
getNamespaceURI(String) - Method in class org.ow2.authzforce.webapp.org.apache.cxf.jaxrs.provider.json.utils.JettisonReader
 
getNumberToDouble() - Method in class org.example.schema.doubleit.DoubleIt
Gets the value of the numberToDouble property.

H

handleMessage(Message) - Method in class org.ow2.authzforce.webapp.ErrorHandlerInterceptor
 
handleMessage(Message) - Method in class org.ow2.authzforce.webapp.JAXRSSubResourceCompatibleFIStaxInInterceptor
 
hashCode() - Method in class org.ow2.authzforce.webapp.org.apache.cxf.jaxrs.provider.json.utils.JettisonReader
 

I

init(FilterConfig) - Method in class org.ow2.authzforce.webapp.ExceptionFilter
 

J

JAXRSSubResourceCompatibleFIStaxInInterceptor - Class in org.ow2.authzforce.webapp
This modifies FIStaxInInterceptor to apply the StaxInEndingInterceptor to phase post-invoke instead of pre-invoke, in order to allow JAXBElementProvider doUnmarshal(...) method, when called on a JAX-RS subresource operation invocation, to get the StAXDocumentParser created here.
JAXRSSubResourceCompatibleFIStaxInInterceptor() - Constructor for class org.ow2.authzforce.webapp.JAXRSSubResourceCompatibleFIStaxInInterceptor
Default constructor.
JettisonReader - Class in org.ow2.authzforce.webapp.org.apache.cxf.jaxrs.provider.json.utils
From CXF JSONUtils (not visible but required by JsonJaxrsProvider therefore copy-pasted here)
JettisonReader(Map<String, String>, XMLStreamReader) - Constructor for class org.ow2.authzforce.webapp.org.apache.cxf.jaxrs.provider.json.utils.JettisonReader
 
JsonJaxrsProvider<T> - Class in org.ow2.authzforce.webapp
Fix for CXF issue: JSONProvider does not enforce JAX-RS (JSON in this case) depth control properties org.apache.cxf.stax.* (only innerElementCountThreshold is enforced and only affects JSONObject key-value pairs, not JSONArray elements!), as of CXF 3.1.8.
JsonJaxrsProvider() - Constructor for class org.ow2.authzforce.webapp.JsonJaxrsProvider
 

N

numberToDouble - Variable in class org.example.schema.doubleit.DoubleIt
 

O

ObjectFactory - Class in org.example.schema.doubleit
This object contains factory methods for each Java content interface and Java element interface generated in the org.example.schema.doubleit package.
ObjectFactory() - Constructor for class org.example.schema.doubleit.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.example.schema.doubleit
org.example.contract.doubleit - package org.example.contract.doubleit
 
org.example.schema.doubleit - package org.example.schema.doubleit
 
org.ow2.authzforce.webapp - package org.ow2.authzforce.webapp
 
org.ow2.authzforce.webapp.org.apache.cxf.jaxrs.provider.json.utils - package org.ow2.authzforce.webapp.org.apache.cxf.jaxrs.provider.json.utils
 

S

setConvention(String) - Method in class org.ow2.authzforce.webapp.JsonJaxrsProvider
 
setDoubledNumber(int) - Method in class org.example.schema.doubleit.DoubleItResponse
Sets the value of the doubledNumber property.
setMaxStringLength(int) - Method in class org.ow2.authzforce.webapp.JsonJaxrsProvider
Set maximum string length in JSON payload;
setNamespaceMap(Map<String, String>) - Method in class org.ow2.authzforce.webapp.JsonJaxrsProvider
 
setNamespaceSeparator(String) - Method in class org.ow2.authzforce.webapp.JsonJaxrsProvider
 
setNumberToDouble(int) - Method in class org.example.schema.doubleit.DoubleIt
Sets the value of the numberToDouble property.
setPrimitiveArrayKeys(List<String>) - Method in class org.ow2.authzforce.webapp.JsonJaxrsProvider
 
C D E G H I J N O S 
Skip navigation links

Copyright © 2012–2017. All rights reserved.