Skip navigation links
A B C D E F G H I M N O R S T U W 

A

AbstractDto - Class in org.bongiorno.ws.core.dto
 
AbstractDto() - Constructor for class org.bongiorno.ws.core.dto.AbstractDto
 
AdaptedJsonDeserializer(XmlAdapter<String, T>) - Constructor for class org.bongiorno.ws.core.dto.support.AdapterBeanAnnotationIntrospector.AdaptedJsonDeserializer
 
AdaptedJsonSerializer(XmlAdapter<String, T>) - Constructor for class org.bongiorno.ws.core.dto.support.AdapterBeanAnnotationIntrospector.AdaptedJsonSerializer
 
AdapterBean - Annotation Type in org.bongiorno.ws.core.dto.support
 
AdapterBeanAnnotationIntrospector - Class in org.bongiorno.ws.core.dto.support
 
AdapterBeanAnnotationIntrospector() - Constructor for class org.bongiorno.ws.core.dto.support.AdapterBeanAnnotationIntrospector
 
AdapterBeanAnnotationIntrospector.AdaptedJsonDeserializer<T> - Class in org.bongiorno.ws.core.dto.support
 
AdapterBeanAnnotationIntrospector.AdaptedJsonSerializer<T> - Class in org.bongiorno.ws.core.dto.support
 

B

BadRequestException - Exception in org.bongiorno.ws.core.exceptions
 
BadRequestException(Throwable) - Constructor for exception org.bongiorno.ws.core.exceptions.BadRequestException
 
BadRequestException(String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.BadRequestException
 
BadRequestException(Map<String, String>) - Constructor for exception org.bongiorno.ws.core.exceptions.BadRequestException
 
BadRequestException(Throwable, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.BadRequestException
 
BadRequestException(Map<String, String>, Throwable) - Constructor for exception org.bongiorno.ws.core.exceptions.BadRequestException
 
BadRequestException(Map<String, String>, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.BadRequestException
 

C

ConflictException - Exception in org.bongiorno.ws.core.exceptions
409 Conflict Indicates that the request could not be processed because of conflict in the request, such as an edit conflict.
ConflictException(String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.ConflictException
 
ConflictException(Throwable, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.ConflictException
 
ConflictException(Map<String, String>, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.ConflictException
 

D

deserialize(JsonParser, DeserializationContext) - Method in class org.bongiorno.ws.core.dto.support.AdapterBeanAnnotationIntrospector.AdaptedJsonDeserializer
 
doValidation(JoinPoint) - Method in class org.bongiorno.ws.core.dto.support.DtoValidator
 
Dto - Interface in org.bongiorno.ws.core.dto
 
DtoQuickCollection<T> - Class in org.bongiorno.ws.core.dto
 
DtoQuickCollection() - Constructor for class org.bongiorno.ws.core.dto.DtoQuickCollection
 
DtoQuickCollection(Collection<T>) - Constructor for class org.bongiorno.ws.core.dto.DtoQuickCollection
 
DtoQuickMap<K,V> - Class in org.bongiorno.ws.core.dto
 
DtoQuickMap(Map<K, V>) - Constructor for class org.bongiorno.ws.core.dto.DtoQuickMap
 
DtoValidator - Class in org.bongiorno.ws.core.dto.support
To be portable this aspect needs to be config driven, not annotated if you ever need to do method validation please see version 484 in the svn history
DtoValidator() - Constructor for class org.bongiorno.ws.core.dto.support.DtoValidator
 
DtoValidator(Validator) - Constructor for class org.bongiorno.ws.core.dto.support.DtoValidator
 

E

equals(Object) - Method in class org.bongiorno.ws.core.dto.IdResponse
 
ErrorResponse - Class in org.bongiorno.ws.core.exceptions
 
ErrorResponse() - Constructor for class org.bongiorno.ws.core.exceptions.ErrorResponse
 
ErrorResponse(Integer, String, String) - Constructor for class org.bongiorno.ws.core.exceptions.ErrorResponse
 
ErrorResponse(Integer, String, String, Map<String, String>) - Constructor for class org.bongiorno.ws.core.exceptions.ErrorResponse
 

F

findDeserializer(Annotated) - Method in class org.bongiorno.ws.core.dto.support.AdapterBeanAnnotationIntrospector
 
findSerializer(Annotated) - Method in class org.bongiorno.ws.core.dto.support.AdapterBeanAnnotationIntrospector
 
ForbiddenException - Exception in org.bongiorno.ws.core.exceptions
403 Forbidden The request was a legal request, but the server is refusing to respond to it.[2] Unlike a 401 Unauthorized response, authenticating will make no difference.[2]
ForbiddenException(String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.ForbiddenException
 
ForbiddenException(Throwable, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.ForbiddenException
 
ForbiddenException(Map<String, String>, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.ForbiddenException
 
ForbiddenException(Throwable) - Constructor for exception org.bongiorno.ws.core.exceptions.ForbiddenException
 
fromJson(String, Class<T>) - Static method in interface org.bongiorno.ws.core.dto.Dto
 
fromJson(InputStream, Class<T>) - Static method in interface org.bongiorno.ws.core.dto.Dto
 
fromJson(InputStream) - Static method in interface org.bongiorno.ws.core.dto.Dto
 
fromXml(InputStream, Class<T>) - Static method in interface org.bongiorno.ws.core.dto.Dto
 

G

getDetails() - Method in class org.bongiorno.ws.core.exceptions.ErrorResponse
 
getDetails() - Method in exception org.bongiorno.ws.core.exceptions.WebserviceException
 
getEntity() - Method in exception org.bongiorno.ws.core.exceptions.NonexistentEntityException
 
getEntityDescription() - Method in exception org.bongiorno.ws.core.exceptions.NonexistentEntityException
 
getHttpMessage() - Method in class org.bongiorno.ws.core.exceptions.ErrorResponse
 
getHttpStatusCode() - Method in class org.bongiorno.ws.core.exceptions.ErrorResponse
 
getId() - Method in class org.bongiorno.ws.core.dto.IdResponse
 
getId() - Method in exception org.bongiorno.ws.core.exceptions.NonexistentEntityException
 
getJsonProvider(boolean) - Static method in interface org.bongiorno.ws.core.dto.Dto
 
getMessage() - Method in class org.bongiorno.ws.core.exceptions.ErrorResponse
 
getResource() - Method in class org.bongiorno.ws.core.dto.IdResponse
 
getStatus() - Method in exception org.bongiorno.ws.core.exceptions.WebserviceException
 

H

hashCode() - Method in class org.bongiorno.ws.core.dto.IdResponse
 

I

IdResponse<I> - Class in org.bongiorno.ws.core.dto
Response returned when any object is created
IdResponse() - Constructor for class org.bongiorno.ws.core.dto.IdResponse
 
IdResponse(I, String) - Constructor for class org.bongiorno.ws.core.dto.IdResponse
 
InternalServerException - Exception in org.bongiorno.ws.core.exceptions
 
InternalServerException(Throwable) - Constructor for exception org.bongiorno.ws.core.exceptions.InternalServerException
 
InternalServerException(Throwable, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.InternalServerException
 
InternalServerException(Map<String, String>, Throwable) - Constructor for exception org.bongiorno.ws.core.exceptions.InternalServerException
 
InternalServerException(String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.InternalServerException
 
InternalServerException(Map<String, String>) - Constructor for exception org.bongiorno.ws.core.exceptions.InternalServerException
 
InternalServerException(Map<String, String>, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.InternalServerException
 
InternalServerException(Map<String, String>, Throwable, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.InternalServerException
 
InvalidRelationshipException - Exception in org.bongiorno.ws.core.exceptions
 
InvalidRelationshipException(String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.InvalidRelationshipException
 
InvalidRelationshipException(Throwable, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.InvalidRelationshipException
 

M

MultiIdResponse<I> - Class in org.bongiorno.ws.core.dto
Response returned when a request creates more than one object
MultiIdResponse() - Constructor for class org.bongiorno.ws.core.dto.MultiIdResponse
 

N

NonexistentEntityException - Exception in org.bongiorno.ws.core.exceptions
May be thrown upon encountering an identifier that refers to an entity that does not exist.
NonexistentEntityException(Throwable, Class<?>, Object) - Constructor for exception org.bongiorno.ws.core.exceptions.NonexistentEntityException
 
NonexistentEntityException(Class<?>, Object) - Constructor for exception org.bongiorno.ws.core.exceptions.NonexistentEntityException
 

O

org.bongiorno.ws.core.dto - package org.bongiorno.ws.core.dto
 
org.bongiorno.ws.core.dto.support - package org.bongiorno.ws.core.dto.support
 
org.bongiorno.ws.core.exceptions - package org.bongiorno.ws.core.exceptions
 

R

ResourceNotFoundException - Exception in org.bongiorno.ws.core.exceptions
404 Not Found The requested resource could not be found but may be available again in the future.
ResourceNotFoundException(String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.ResourceNotFoundException
 
ResourceNotFoundException(Throwable, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.ResourceNotFoundException
 
ResourceNotFoundException(Throwable) - Constructor for exception org.bongiorno.ws.core.exceptions.ResourceNotFoundException
 
ResourceNotFoundException(Map<String, String>, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.ResourceNotFoundException
 

S

serialize(T, JsonGenerator, SerializerProvider) - Method in class org.bongiorno.ws.core.dto.support.AdapterBeanAnnotationIntrospector.AdaptedJsonSerializer
 
ServiceException - Exception in org.bongiorno.ws.core.exceptions
 
ServiceException(String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.ServiceException
 
ServiceException(Throwable, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.ServiceException
 
STATUS - Static variable in exception org.bongiorno.ws.core.exceptions.BadRequestException
 
STATUS - Static variable in exception org.bongiorno.ws.core.exceptions.ConflictException
 
STATUS - Static variable in exception org.bongiorno.ws.core.exceptions.ForbiddenException
 
STATUS - Static variable in exception org.bongiorno.ws.core.exceptions.InternalServerException
 
STATUS - Static variable in exception org.bongiorno.ws.core.exceptions.ResourceNotFoundException
 
STATUS - Static variable in exception org.bongiorno.ws.core.exceptions.ThirdPartyFailureException
 
STATUS - Static variable in exception org.bongiorno.ws.core.exceptions.UnauthorizedException
 
STATUS - Static variable in exception org.bongiorno.ws.core.exceptions.UnprocessableEntityException
 
stylize(String) - Method in interface org.bongiorno.ws.core.dto.Dto
 
stylize(InputStream) - Method in interface org.bongiorno.ws.core.dto.Dto
 
stylize(InputStream, InputStream, OutputStream) - Static method in interface org.bongiorno.ws.core.dto.Dto
 
stylize(String, String) - Static method in interface org.bongiorno.ws.core.dto.Dto
 

T

ThirdPartyFailureException - Exception in org.bongiorno.ws.core.exceptions
 
ThirdPartyFailureException(Throwable, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.ThirdPartyFailureException
 
ThirdPartyFailureException(Map<String, String>, Throwable) - Constructor for exception org.bongiorno.ws.core.exceptions.ThirdPartyFailureException
 
ThirdPartyFailureException(String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.ThirdPartyFailureException
 
ThirdPartyFailureException(Map<String, String>) - Constructor for exception org.bongiorno.ws.core.exceptions.ThirdPartyFailureException
 
ThirdPartyFailureException(Map<String, String>, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.ThirdPartyFailureException
 
ThirdPartyFailureException(Map<String, String>, Throwable, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.ThirdPartyFailureException
 
toJson() - Method in interface org.bongiorno.ws.core.dto.Dto
 
toJson(boolean) - Method in interface org.bongiorno.ws.core.dto.Dto
 
toJson(Object, boolean) - Static method in interface org.bongiorno.ws.core.dto.Dto
 
toJson(Object, OutputStream) - Static method in interface org.bongiorno.ws.core.dto.Dto
 
toJson(Object, OutputStream, boolean) - Static method in interface org.bongiorno.ws.core.dto.Dto
 
toJson(Object) - Static method in interface org.bongiorno.ws.core.dto.Dto
 
toString() - Method in class org.bongiorno.ws.core.dto.AbstractDto
 
toString() - Method in class org.bongiorno.ws.core.dto.DtoQuickCollection
 
toString() - Method in class org.bongiorno.ws.core.dto.DtoQuickMap
 
toString() - Method in class org.bongiorno.ws.core.exceptions.ErrorResponse
 
toString() - Method in exception org.bongiorno.ws.core.exceptions.WebserviceException
 
toXml() - Method in interface org.bongiorno.ws.core.dto.Dto
 
toXml(boolean) - Method in interface org.bongiorno.ws.core.dto.Dto
output this as XML
toXml(Dto, Boolean) - Static method in interface org.bongiorno.ws.core.dto.Dto
 
toXml(Object, Boolean) - Static method in interface org.bongiorno.ws.core.dto.Dto
 
toXml(Dto) - Static method in interface org.bongiorno.ws.core.dto.Dto
 
toXml(Object, OutputStream) - Static method in interface org.bongiorno.ws.core.dto.Dto
 
toXml(Object, OutputStream, Boolean) - Static method in interface org.bongiorno.ws.core.dto.Dto
 
toXml(Object, Boolean, String) - Static method in interface org.bongiorno.ws.core.dto.Dto
 
toXmlSafe(Object, StringBuilder) - Static method in interface org.bongiorno.ws.core.dto.Dto
 

U

UnauthorizedException - Exception in org.bongiorno.ws.core.exceptions
401 Unauthorized Similar to 403 Forbidden, but specifically for use when authentication is possible but has failed or not yet been provided.
UnauthorizedException(String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.UnauthorizedException
 
UnauthorizedException(Throwable, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.UnauthorizedException
 
UnauthorizedException(Map<String, String>, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.UnauthorizedException
 
UnprocessableEntityException - Exception in org.bongiorno.ws.core.exceptions
The 422 (Unprocessable Entity) status code means the server understands the content type of the request entity (hence a 415(Unsupported Media Type) status code is inappropriate), and the syntax of the request entity is correct (thus a 400 (Bad Request) status code is inappropriate) but was unable to process the contained instructions.
UnprocessableEntityException(Throwable) - Constructor for exception org.bongiorno.ws.core.exceptions.UnprocessableEntityException
 
UnprocessableEntityException(String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.UnprocessableEntityException
 
UnprocessableEntityException(Throwable, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.UnprocessableEntityException
 
UnprocessableEntityException(Map<String, String>) - Constructor for exception org.bongiorno.ws.core.exceptions.UnprocessableEntityException
 
UnprocessableEntityException(Throwable, Map<String, String>) - Constructor for exception org.bongiorno.ws.core.exceptions.UnprocessableEntityException
 
UnprocessableEntityException(Map<String, String>, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.UnprocessableEntityException
 
UnprocessableEntityException(Throwable, Map<String, String>, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.UnprocessableEntityException
 

W

WebserviceException - Exception in org.bongiorno.ws.core.exceptions
 
WebserviceException(HttpStatus, Throwable) - Constructor for exception org.bongiorno.ws.core.exceptions.WebserviceException
 
WebserviceException(HttpStatus, Throwable, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.WebserviceException
 
WebserviceException(HttpStatus, Map<String, String>, Throwable) - Constructor for exception org.bongiorno.ws.core.exceptions.WebserviceException
 
WebserviceException(HttpStatus, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.WebserviceException
 
WebserviceException(HttpStatus, Map<String, String>) - Constructor for exception org.bongiorno.ws.core.exceptions.WebserviceException
 
WebserviceException(HttpStatus, Map<String, String>, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.WebserviceException
 
WebserviceException(HttpStatus, Map<String, String>, Throwable, String, Object...) - Constructor for exception org.bongiorno.ws.core.exceptions.WebserviceException
 
A B C D E F G H I M N O R S T U W 
Skip navigation links

Copyright © 2015. All rights reserved.