blob: f3403ecabbdaefb84d923735d7b6f8adafdbc023 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
#
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
# Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
MSG_IF_ServiceNameNotAllowed=O atributo serviceName n\u00e3o \u00e9 permitido em interface.
MSG_IF_SEINotAllowed=O atributo endpointInterface n\u00e3o \u00e9 permitido em interface.
MSG_OnewayNotAllowed_MissingWebMethod=N\u00e3o \u00e9 poss\u00edvel anotar um m\u00e9todo com a anota\u00e7\u00e3o @Oneway sem uma anota\u00e7\u00e3o @WebMethod correspondente.
MSG_OnewayNotAllowed_HasReturnType=Uma opera\u00e7\u00e3o marcada @Oneway n\u00e3o deve ter um tipo de retorno.
MSG_OnewayNotAllowed_HasOutParams=Uma opera\u00e7\u00e3o marcada @Oneway n\u00e3o deve ter par\u00e2metros de entrada/sa\u00edda.
MSG_OnewayNotAllowed_HasExceptions=Uma opera\u00e7\u00e3o marcada @Oneway n\u00e3o deve declarar exce\u00e7\u00f5es.
MSG_HandlerChain_SoapMessageHandlers_Exclusive=N\u00e3o \u00e9 permitido combinar a anota\u00e7\u00e3o @HandlerChain com a anota\u00e7\u00e3o @SOAPMessageHandlers.
MSG_WebParam_HolderRequired=N\u00e3o \u00e9 permitido usar @WebParam.mode=Mode.OUT/INOUT se o tipo de par\u00e2metro n\u00e3o for do tipo javax.xml.ws.Holder.
MSG_Invalid_JSR181Annotation=O bean de implementa\u00e7\u00e3o de servi\u00e7o n\u00e3o deve contar anota\u00e7\u00f5es JSR-181 que n\u00e3o sejam @WebService e @HandlerChain.
MSG_NameAttributeNotAllowed=A anota\u00e7\u00e3o @WebService n\u00e3o deve incluir o atributo de nome.
MSG_AddTargetNamespace=O namespace de destino deve ser especificado para Web services em nenhum pacote.
MSG_WebMethod_ExcludeNotAllowed=O @WebMethod no Service Endpoint Interface n\u00e3o deve ter o atributo de exclus\u00e3o definido como verdadeiro.
MSG_WebMethod_OperationNameNotAllowed=O @WebMethod n\u00e3o deve ter o atributo operationName se o atributo de exclus\u00e3o estiver definido como verdadeiro.
MSG_WebMethod_ActionNotAllowed=O @WebMethod n\u00e3o deve ter o atributo de a\u00e7\u00e3o se o atributo de exclus\u00e3o estiver definido como verdadeiro.
MSG_WebMethod_NotAllowed=A anota\u00e7\u00e3o do @WebMethod n\u00e3o \u00e9 permitida se o atributo @WebService:endpointInterface estiver especificado.
MSG_RPCStyle_ParameterStyleWrapped=O uso do estilo RPC requer o uso do estilo de par\u00e2metro WRAPPED.
MSG_InconsistentPortType=O bean de implementa\u00e7\u00e3o de servi\u00e7o est\u00e1 inconsistente com o portType.
MSG_AddOperation=Um Web service deve ter pelo menos uma opera\u00e7\u00e3o.
MSG_WebParam_Duplicity=A duplicidade localizada no atributo @WebParam.name.