Uses of Interface
org.n52.iceland.binding.Binding
-
-
Uses of Binding in org.n52.iceland.binding
Classes in org.n52.iceland.binding that implement Binding Modifier and Type Class Description classAbstractXmlBinding<T>Abstract binding class for XML encoded requestsclassSimpleBindingTODO JavaDocMethods in org.n52.iceland.binding that return Binding Modifier and Type Method Description BindingBindingRepository. getBinding(String urlPattern)BindingBindingRepository. getBinding(BindingKey key)BindingBindingRepository. getBinding(MediaType mediaType)Methods in org.n52.iceland.binding that return types with arguments of type Binding Modifier and Type Method Description Map<MediaType,Binding>BindingRepository. getAllBindingsByMediaType()Map<BindingKey,Binding>BindingRepository. getBindings()Map<MediaType,Binding>BindingRepository. getBindingsByMediaType()Method parameters in org.n52.iceland.binding with type arguments of type Binding Modifier and Type Method Description voidBindingRepository. setComponents(Optional<Collection<Binding>> components) -
Uses of Binding in org.n52.iceland.binding.exi
Classes in org.n52.iceland.binding.exi that implement Binding Modifier and Type Class Description classEXIBindingBinding implementation for EXI - Efficient XML Interchange See See http://www.w3.org/TR/exi/ -
Uses of Binding in org.n52.iceland.binding.json
Classes in org.n52.iceland.binding.json that implement Binding Modifier and Type Class Description classJSONBindingBindingimplementation for JSON encoded requests -
Uses of Binding in org.n52.iceland.binding.kvp
Classes in org.n52.iceland.binding.kvp that implement Binding Modifier and Type Class Description classKvpBindingOWS binding for Key-Value-Pair (HTTP-Get) requests -
Uses of Binding in org.n52.iceland.binding.pox
Classes in org.n52.iceland.binding.pox that implement Binding Modifier and Type Class Description classPoxBindingBindingimplementation for POX (XML) encoded requests -
Uses of Binding in org.n52.iceland.binding.soap
Classes in org.n52.iceland.binding.soap that implement Binding Modifier and Type Class Description classSoapBindingBindingimplementation for SOAP encoded requests -
Uses of Binding in org.n52.iceland.service
Methods in org.n52.iceland.service with parameters of type Binding Modifier and Type Method Description protected voidService. doDefaultOptions(Binding binding, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-