/** * Copyright © 2006-2016 Web Cohesion (info@webcohesion.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * <h1>Enunciate Edge Case Example</h1> * * This API is a sample API that is intended to exercise Enunciate. It has <i>a lot</i> * of relatively obscure cases that probably won't be used very much, including: * * <ul> * <li>one-way methods</li> * <li>collections as operation parameters</li> * <li>REST nouns and verbs</li> * <li>RPC/lit methods</li> * <li>SOAP headers</li> * </ul> * * This text should be showing up in the index page under the "introduction" section. And here * are some special characters to test UTF-8 encoding: Тестовое описание, Ä, ä, Ö, ö, Ü, ü, ß. */ package com.webcohesion.enunciate.examples.jaxwsrijersey.genealogy;