Skip navigation links
A B C E G H I M P R S T V 

A

Ancestor - Class in example.model
 
Ancestor(Insect) - Constructor for class example.model.Ancestor
 
Ancestor(Invertebrate) - Constructor for class example.model.Ancestor
 
Animal - Interface in example.model
 
AnimalImpl - Class in example.model
 
AnimalImpl() - Constructor for class example.model.AnimalImpl
 
Animals - Interface in example.resources
 
Animals.GetAnimalsByIdResponse - Class in example.resources
 
Animals.GetAnimalsResponse - Class in example.resources
 
Animals.PutAnimalsByIdResponse - Class in example.resources
 
AnimalsImpl - Class in server.zoo
Created by Jean-Philippe Belanger on 2/21/17.
AnimalsImpl() - Constructor for class server.zoo.AnimalsImpl
 

B

bufferEntity() - Method in class example.support.ResponseDelegate
 

C

close() - Method in class example.support.ResponseDelegate
 

E

example.model - package example.model
 
example.resources - package example.resources
 
example.support - package example.support
 

G

Gender - Enum in example.model
 
getAllowedMethods() - Method in class example.support.ResponseDelegate
 
getAncestor() - Method in interface example.model.Animal
 
getAncestor() - Method in class example.model.AnimalImpl
 
getAncestor() - Method in interface example.model.Insect
 
getAncestor() - Method in class example.model.InsectImpl
 
getAncestor() - Method in interface example.model.Invertebrate
 
getAncestor() - Method in class example.model.InvertebrateImpl
 
getAnimals(String) - Method in interface example.resources.Animals
 
getAnimals(String) - Method in class server.zoo.AnimalsImpl
 
getAnimalsById(String) - Method in interface example.resources.Animals
 
getAnimalsById(String) - Method in class server.zoo.AnimalsImpl
 
getAnimalType() - Method in interface example.model.Animal
 
getAnimalType() - Method in class example.model.AnimalImpl
 
getAnimalType() - Method in interface example.model.Insect
 
getAnimalType() - Method in class example.model.InsectImpl
 
getAnimalType() - Method in interface example.model.Invertebrate
 
getAnimalType() - Method in class example.model.InvertebrateImpl
 
getCookies() - Method in class example.support.ResponseDelegate
 
getDate() - Method in class example.support.ResponseDelegate
 
getEntity() - Method in class example.support.ResponseDelegate
 
getEntityTag() - Method in class example.support.ResponseDelegate
 
getGender() - Method in interface example.model.Animal
 
getGender() - Method in class example.model.AnimalImpl
 
getGender() - Method in interface example.model.Insect
 
getGender() - Method in class example.model.InsectImpl
 
getGender() - Method in interface example.model.Invertebrate
 
getGender() - Method in class example.model.InvertebrateImpl
 
getHeaders() - Method in class example.support.ResponseDelegate
 
getHeaderString(String) - Method in class example.support.ResponseDelegate
 
getIcky() - Method in interface example.model.Insect
 
getIcky() - Method in class example.model.InsectImpl
 
getInsect() - Method in class example.model.Ancestor
 
getInvertebrate() - Method in class example.model.Ancestor
 
getLanguage() - Method in class example.support.ResponseDelegate
 
getLastModified() - Method in class example.support.ResponseDelegate
 
getLength() - Method in class example.support.ResponseDelegate
 
getLink(String) - Method in class example.support.ResponseDelegate
 
getLinkBuilder(String) - Method in class example.support.ResponseDelegate
 
getLinks() - Method in class example.support.ResponseDelegate
 
getLocation() - Method in class example.support.ResponseDelegate
 
getMediaType() - Method in class example.support.ResponseDelegate
 
getMetadata() - Method in class example.support.ResponseDelegate
 
getMother() - Method in interface example.model.Animal
 
getMother() - Method in class example.model.AnimalImpl
 
getMother() - Method in interface example.model.Insect
 
getMother() - Method in class example.model.InsectImpl
 
getMother() - Method in interface example.model.Invertebrate
 
getMother() - Method in class example.model.InvertebrateImpl
 
getSiblings() - Method in interface example.model.Animal
 
getSiblings() - Method in class example.model.AnimalImpl
 
getSiblings() - Method in interface example.model.Insect
 
getSiblings() - Method in class example.model.InsectImpl
 
getSiblings() - Method in interface example.model.Invertebrate
 
getSiblings() - Method in class example.model.InvertebrateImpl
 
getSpecimenName() - Method in interface example.model.Animal
 
getSpecimenName() - Method in class example.model.AnimalImpl
 
getSpecimenName() - Method in interface example.model.Insect
 
getSpecimenName() - Method in class example.model.InsectImpl
 
getSpecimenName() - Method in interface example.model.Invertebrate
 
getSpecimenName() - Method in class example.model.InvertebrateImpl
 
getSquishy() - Method in interface example.model.Invertebrate
 
getSquishy() - Method in class example.model.InvertebrateImpl
 
getStatus() - Method in class example.support.ResponseDelegate
 
getStatusInfo() - Method in class example.support.ResponseDelegate
 
getStringHeaders() - Method in class example.support.ResponseDelegate
 

H

hasEntity() - Method in class example.support.ResponseDelegate
 
hasLink(String) - Method in class example.support.ResponseDelegate
 
HeaderBuilderBase() - Constructor for class example.support.ResponseDelegate.HeaderBuilderBase
 
headerMap - Variable in class example.support.ResponseDelegate.HeaderBuilderBase
 

I

Insect - Interface in example.model
 
InsectImpl - Class in example.model
 
InsectImpl() - Constructor for class example.model.InsectImpl
 
Invertebrate - Interface in example.model
 
InvertebrateImpl - Class in example.model
 
InvertebrateImpl() - Constructor for class example.model.InvertebrateImpl
 
isInsect() - Method in class example.model.Ancestor
 
isInvertebrate() - Method in class example.model.Ancestor
 

M

main(String[]) - Static method in class server.zoo.StartServer
 

P

putAnimalsById(String, Animal) - Method in interface example.resources.Animals
 
putAnimalsById(String, Animal) - Method in class server.zoo.AnimalsImpl
 

R

readEntity(GenericType<T>) - Method in class example.support.ResponseDelegate
 
readEntity(Class<T>) - Method in class example.support.ResponseDelegate
 
readEntity(GenericType<T>, Annotation[]) - Method in class example.support.ResponseDelegate
 
readEntity(Class<T>, Annotation[]) - Method in class example.support.ResponseDelegate
 
respond200() - Static method in class example.resources.Animals.PutAnimalsByIdResponse
 
respond200WithApplicationXml(Animal) - Static method in class example.resources.Animals.GetAnimalsByIdResponse
 
respond200WithApplicationXml(List<Animal>) - Static method in class example.resources.Animals.GetAnimalsResponse
 
ResponseDelegate - Class in example.support
 
ResponseDelegate(Response, Object) - Constructor for class example.support.ResponseDelegate
 
ResponseDelegate(Response) - Constructor for class example.support.ResponseDelegate
 
ResponseDelegate.HeaderBuilderBase - Class in example.support
 

S

server.zoo - package server.zoo
 
setAncestor(Ancestor) - Method in interface example.model.Animal
 
setAncestor(Ancestor) - Method in class example.model.AnimalImpl
 
setAncestor(Ancestor) - Method in interface example.model.Insect
 
setAncestor(Ancestor) - Method in class example.model.InsectImpl
 
setAncestor(Ancestor) - Method in interface example.model.Invertebrate
 
setAncestor(Ancestor) - Method in class example.model.InvertebrateImpl
 
setAnimalType(String) - Method in interface example.model.Animal
 
setAnimalType(String) - Method in class example.model.AnimalImpl
 
setAnimalType(String) - Method in interface example.model.Insect
 
setAnimalType(String) - Method in class example.model.InsectImpl
 
setAnimalType(String) - Method in interface example.model.Invertebrate
 
setAnimalType(String) - Method in class example.model.InvertebrateImpl
 
setGender(Gender) - Method in interface example.model.Animal
 
setGender(Gender) - Method in class example.model.AnimalImpl
 
setGender(Gender) - Method in interface example.model.Insect
 
setGender(Gender) - Method in class example.model.InsectImpl
 
setGender(Gender) - Method in interface example.model.Invertebrate
 
setGender(Gender) - Method in class example.model.InvertebrateImpl
 
setIcky(boolean) - Method in interface example.model.Insect
 
setIcky(boolean) - Method in class example.model.InsectImpl
 
setMother(Animal) - Method in interface example.model.Animal
 
setMother(Animal) - Method in class example.model.AnimalImpl
 
setMother(Animal) - Method in interface example.model.Insect
 
setMother(Animal) - Method in class example.model.InsectImpl
 
setMother(Animal) - Method in interface example.model.Invertebrate
 
setMother(Animal) - Method in class example.model.InvertebrateImpl
 
setSiblings(List<Animal>) - Method in interface example.model.Animal
 
setSiblings(List<Animal>) - Method in class example.model.AnimalImpl
 
setSiblings(List<Animal>) - Method in interface example.model.Insect
 
setSiblings(List<Animal>) - Method in class example.model.InsectImpl
 
setSiblings(List<Animal>) - Method in interface example.model.Invertebrate
 
setSiblings(List<Animal>) - Method in class example.model.InvertebrateImpl
 
setSpecimenName(String) - Method in interface example.model.Animal
 
setSpecimenName(String) - Method in class example.model.AnimalImpl
 
setSpecimenName(String) - Method in interface example.model.Insect
 
setSpecimenName(String) - Method in class example.model.InsectImpl
 
setSpecimenName(String) - Method in interface example.model.Invertebrate
 
setSpecimenName(String) - Method in class example.model.InvertebrateImpl
 
setSquishy(boolean) - Method in interface example.model.Invertebrate
 
setSquishy(boolean) - Method in class example.model.InvertebrateImpl
 
StartServer - Class in server.zoo
Created by Jean-Philippe Belanger on 11/3/16.
StartServer() - Constructor for class server.zoo.StartServer
 

T

toResponseBuilder(Response.ResponseBuilder) - Method in class example.support.ResponseDelegate.HeaderBuilderBase
 

V

valueOf(String) - Static method in enum example.model.Gender
Returns the enum constant of this type with the specified name.
values() - Static method in enum example.model.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E G H I M P R S T V 
Skip navigation links

Copyright © 2017 Mulesoft. All rights reserved.