- W3CAddressingExtensionHandler - Class in com.sun.tools.ws.wsdl.parser
-
- W3CAddressingExtensionHandler(Map<String, AbstractExtensionHandler>) - Constructor for class com.sun.tools.ws.wsdl.parser.W3CAddressingExtensionHandler
-
- W3CAddressingExtensionHandler(Map<String, AbstractExtensionHandler>, ErrorReceiver) - Constructor for class com.sun.tools.ws.wsdl.parser.W3CAddressingExtensionHandler
-
- W3CAddressingJavaGeneratorExtension - Class in com.sun.tools.ws.processor.generator
-
This Java Generator extension generates @Action annotation on web methods if an explicit wsam:Action value is specified
in the wsdl definitions.
- W3CAddressingJavaGeneratorExtension() - Constructor for class com.sun.tools.ws.processor.generator.W3CAddressingJavaGeneratorExtension
-
- W3CAddressingMetadataExtensionHandler - Class in com.sun.tools.ws.wsdl.parser
-
This extension parses the WSDL Metadata extensibility elements in the wsdl definitions.
- W3CAddressingMetadataExtensionHandler(Map<String, AbstractExtensionHandler>, ErrorReceiver) - Constructor for class com.sun.tools.ws.wsdl.parser.W3CAddressingMetadataExtensionHandler
-
- warning(SAXParseException) - Method in class com.sun.tools.ws.processor.modeler.wsdl.ConsoleErrorReporter
-
- warning(Entity, String) - Method in class com.sun.tools.ws.processor.modeler.wsdl.WSDLModelerBase
-
- warning(Locator, String) - Method in class com.sun.tools.ws.wscompile.ErrorReceiver
-
Reports a warning.
- warning(SAXParseException) - Method in class com.sun.tools.ws.wscompile.ErrorReceiver
-
- warning(SAXParseException) - Method in class com.sun.tools.ws.wscompile.ErrorReceiverFilter
-
- warning(SAXParseException) - Method in class com.sun.tools.ws.wscompile.WsgenTool.Listener
-
- warning(SAXParseException) - Method in class com.sun.tools.ws.wscompile.WsimportListener
-
- warning(SAXParseException) - Method in class com.sun.tools.ws.wscompile.WsimportTool.Listener
-
- warning(SAXParseException) - Method in class com.sun.tools.ws.wscompile.WsimportTool.Receiver
-
- WARNING_FAULT_EMPTY_ACTION(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WsdlMessages
-
ignoring empty Action in "{0}" {1} element of "{2}" operation, using default instead
- WARNING_INPUT_OUTPUT_EMPTY_ACTION(Object, Object) - Static method in class com.sun.tools.ws.resources.WsdlMessages
-
ignoring empty Action in {0} element of "{1}" operation, using default instead
- WARNING_WSI_R_2001() - Static method in class com.sun.tools.ws.resources.WsdlMessages
-
Not a WSI-BP compliant WSDL (R2001, R2002).
- WARNING_WSI_R_2002(Object, Object) - Static method in class com.sun.tools.ws.resources.WsdlMessages
-
Not a WSI-BP compliant WSDL (R2002).
- WARNING_WSI_R_2003() - Static method in class com.sun.tools.ws.resources.WsdlMessages
-
Not a WSI-BP compliant WSDL (R2003).
- WARNING_WSI_R_2004() - Static method in class com.sun.tools.ws.resources.WsdlMessages
-
Not a WSI-BP compliant WSDL (R2001, R2004).
- WeAreDone() - Constructor for exception com.sun.tools.ws.wscompile.Options.WeAreDone
-
- WEBSERVICE_ENCODED_NOT_SUPPORTED(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The {0} class has invalid SOAPBinding annotation.
- WebServiceAp - Class in com.sun.tools.ws.processor.modeler.annotation
-
WebServiceAp is a AnnotationProcessor for processing javax.jws.* and
javax.xml.ws.* annotations.
- WebServiceAp() - Constructor for class com.sun.tools.ws.processor.modeler.annotation.WebServiceAp
-
- WebServiceAp(WsgenOptions, PrintStream) - Constructor for class com.sun.tools.ws.processor.modeler.annotation.WebServiceAp
-
- WEBSERVICEAP_CANNOT_COMBINE_HANDLERCHAIN_SOAPMESSAGEHANDLERS() - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
You cannot specify both HanlderChain and SOAPMessageHandlers annotations
- WEBSERVICEAP_CLASS_NOT_FOUND(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Class Not Found: {0}
- WEBSERVICEAP_COMPILATION_FAILED() - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
compilation failed, errors should have been reported
- WEBSERVICEAP_COULD_NOT_FIND_HANDLERCHAIN(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Could not find the handlerchain {0} in the handler file {1}
- WEBSERVICEAP_COULD_NOT_FIND_TYPEDECL(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Could not get TypeElement for: {0} in annotation processing round: {1}
- WEBSERVICEAP_DOC_BARE_AND_NO_ONE_IN(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Document literal bare methods must have one non-header, IN/INOUT parameter.
- WEBSERVICEAP_DOC_BARE_NO_OUT(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Document/literal bare methods with no return type or OUT/INOUT parameters must be annotated as @Oneway.
- WEBSERVICEAP_DOC_BARE_NO_RETURN_AND_NO_OUT(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Document literal bare methods that do not have a return value must have a single OUT/INOUT parameter.
- WEBSERVICEAP_DOC_BARE_RETURN_AND_OUT(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Document/literal bare methods cannot have a return type and out parameters.
- WEBSERVICEAP_DOCUMENT_BARE_HOLDER_PARAMETERS_MUST_NOT_BE_INOUT(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
javax.xml.ws.Holder parameters in document bare operations must be WebParam.Mode.INOUT; Class: {0} method: {1} parameter: {2}
- WEBSERVICEAP_DOCUMENT_LITERAL_BARE_CANNOT_HAVE_MORE_THAN_ONE_OUT(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Document literal bare methods must have a return value or one out parameter.
- WEBSERVICEAP_DOCUMENT_LITERAL_BARE_METHOD_NOT_UNIQUE(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Document literal bare methods must have unique parameter names.
- WEBSERVICEAP_DOCUMENT_LITERAL_BARE_METHOD_RETURN_NOT_UNIQUE(Object, Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Document literal bare methods must have a unique result name return type combination.
- WEBSERVICEAP_DOCUMENT_LITERAL_BARE_MUST_HAVE_ONE_IN_OR_OUT(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Document literal bare methods must have at least one of: a return, an in parameter or an out parameter.
- WEBSERVICEAP_DOCUMENT_LITERAL_BARE_MUST_HAVE_ONLY_ONE_IN_PARAMETER(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Document literal bare methods must have no more than 1 non-header in parameter.
- WEBSERVICEAP_ENDPOINTINTEFACE_PLUS_ANNOTATION(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The @{0} annotation cannot be used in with @javax.jws.WebService.endpointInterface element.
- WEBSERVICEAP_ENDPOINTINTEFACE_PLUS_ELEMENT(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The @javax.jws.WebService.{0} element cannot be used in with @javax.jws.WebService.endpointInterface element.
- WEBSERVICEAP_ENDPOINTINTERFACE_CLASS_NOT_FOUND(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The endpointInterface class {0} could not be found
- WEBSERVICEAP_ENDPOINTINTERFACE_HAS_NO_WEBSERVICE_ANNOTATION(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The endpoint interface {0} must have a WebService annotation
- WEBSERVICEAP_ENDPOINTINTERFACE_ON_INTERFACE(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Service endpoint interface: {0} cannot have a WebService.endpointInterface annotation: {1}
- WEBSERVICEAP_ENDPOINTINTERFACES_DO_NOT_MATCH(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The endpoint interface {0} does not match the interface {1}.
- WEBSERVICEAP_ERROR(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
error: {0}
- WEBSERVICEAP_FAILED_TO_FIND_HANDLERCHAIN_FILE(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Cannot find HandlerChain file.
- WEBSERVICEAP_FAILED_TO_PARSE_HANDLERCHAIN_FILE(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Failed to parse HandlerChain file.
- WEBSERVICEAP_FILE_NOT_FOUND(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
error: file not found: {0}
- WEBSERVICEAP_HANDLERCLASS_NOTSPECIFIED(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
A handler in the HandlerChain file: {0} does not specify a handler-class
- WEBSERVICEAP_HEADER_PARAMETERS_MUST_HAVE_WEBPARAM_NAME(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
All WebParam annotations on header parameters must specify a name.
- WEBSERVICEAP_HOLDER_PARAMETERS_MUST_NOT_BE_IN_ONLY(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
javax.xml.ws.Holder parameters must not be annotated with the WebParam.Mode.IN property.
- WEBSERVICEAP_INFO(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
info: {0}
- WEBSERVICEAP_INIT_PARAM_FORMAT_ERROR() - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
a
element must have exactly 1 and 1
- WEBSERVICEAP_INVALID_HANDLERCHAIN_FILE_NOHANDLER_CONFIG(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The handlerchain file {0} is invalid, it does not contain a handler-config element
- WEBSERVICEAP_INVALID_SEI_ANNOTATION(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The @{0} annotation cannot be used on a service endpoint interface.
- WEBSERVICEAP_INVALID_SEI_ANNOTATION_ELEMENT(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The @javax.jws.WebService.{0} element cannot be specified on a service endpoint interface.
- WEBSERVICEAP_INVALID_SEI_ANNOTATION_ELEMENT_EXCLUDE(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The @javax.jws.WebMethod({0}) cannot be used on a service endpoint interface.
- WEBSERVICEAP_INVALID_SOAPBINDING_PARAMETERSTYLE(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Incorrect usage of Annotation {0} on {1}, ParameterStyle can only be WRAPPED with RPC Style Web service.
- WEBSERVICEAP_INVALID_WEBMETHOD_ELEMENT_WITH_EXCLUDE(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The @javax.jws.WebMethod.{0} element cannot be specified with the @javax.jws.WebMethod.exclude element.
- WEBSERVICEAP_JAVA_TYPE_NOT_FOUND(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The type: {0} was not found in the mapping
- WEBSERVICEAP_METHOD_EXCEPTION_BEAN_NAME_NOT_UNIQUE(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Exception bean names must be unique and must not clash with other generated classes.
- WEBSERVICEAP_METHOD_NOT_ANNOTATED(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The method {0} on class {1} is not annotated.
- WEBSERVICEAP_METHOD_NOT_IMPLEMENTED(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Methods in an endpointInterface must be implemented in the implementation class.
- WEBSERVICEAP_METHOD_PARAMETER_TYPES_CANNOT_IMPLEMENT_REMOTE(Object, Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Method parameter types cannot implement java.rmi.Remote.
- WEBSERVICEAP_METHOD_REQUEST_WRAPPER_BEAN_NAME_NOT_UNIQUE(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Request wrapper bean names must be unique and must not clash with other generated classes.
- WEBSERVICEAP_METHOD_RESPONSE_WRAPPER_BEAN_NAME_NOT_UNIQUE(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Response wrapper bean names must be unique and must not clash with other generated classes.
- WEBSERVICEAP_METHOD_RETURN_TYPE_CANNOT_IMPLEMENT_REMOTE(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Method return types cannot implement java.rmi.Remote.
- WEBSERVICEAP_MIXED_BINDING_STYLE(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Class: {0} contains mixed bindings.
- WEBSERVICEAP_MODEL_ALREADY_EXISTS() - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
model already exists
- WEBSERVICEAP_NO_PACKAGE_CLASS_MUST_HAVE_TARGETNAMESPACE(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
- WEBSERVICEAP_NO_WEBSERVICE_ENDPOINT_FOUND() - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
A web service endpoint could not be found
- WEBSERVICEAP_NON_IN_PARAMETERS_MUST_BE_HOLDER(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Class: {0}, method: {1}, parameter: {2} is not WebParam.Mode.IN and is not of type javax.xml.ws.Holder.
- WEBSERVICEAP_ONEWAY_AND_NOT_ONE_IN(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Document literal bare methods annotated with @javax.jws.Oneway must have one non-header IN parameter.
- WEBSERVICEAP_ONEWAY_AND_OUT(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
- WEBSERVICEAP_ONEWAY_OPERATION_CANNOT_DECLARE_EXCEPTIONS(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The method {1} of class {0} is annotated @Oneway but declares the exception {2}
- WEBSERVICEAP_ONEWAY_OPERATION_CANNOT_HAVE_HOLDERS(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The method {1} of class {0} is annotated @Oneway but contains INOUT or OUT parameters (javax.xml.ws.Holder)
- WEBSERVICEAP_ONEWAY_OPERATION_CANNOT_HAVE_RETURN_TYPE(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The method {1} of class {0} is annotated @Oneway but has a return type.
- WEBSERVICEAP_OPERATION_NAME_NOT_UNIQUE(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Operation names must be unique.
- WEBSERVICEAP_RPC_ENCODED_NOT_SUPPORTED(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
The class {0} has a rpc/encoded SOAPBinding.
- WEBSERVICEAP_RPC_LITERAL_MUST_NOT_BE_BARE(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
RPC literal SOAPBindings must have parameterStyle WRAPPED.
- WEBSERVICEAP_RPC_LITERAL_PARAMETERS_MUST_HAVE_WEBPARAM(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
All RPC literal parameters must have a WebParam annotation.
- WEBSERVICEAP_RPC_LITERAL_WEBPARAMS_MUST_SPECIFY_NAME(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
All RPC literal WebParams must specify a name.
- WEBSERVICEAP_RPC_SOAPBINDING_NOT_ALLOWED_ON_METHOD(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
SOAPBinding.Style.RPC binding annotations are not allowed on methods.
- WEBSERVICEAP_SEI_CANNOT_CONTAIN_CONSTANT_VALUES(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
A service endpoint interface cannot contain constant declaration: Interface: {0} field: {1}.
- WEBSERVICEAP_SUCCEEDED() - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Success
- WEBSERVICEAP_WARNING(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
warning: {0}
- WEBSERVICEAP_WEBSERVICE_AND_WEBSERVICEPROVIDER(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Classes cannot be annotated with both @javax.jws.WebService and @javax.xml.ws.WebServiceProvider.
- WEBSERVICEAP_WEBSERVICE_CLASS_IS_ABSTRACT(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Classes annotated with @javax.jws.WebService must not be abstract.
- WEBSERVICEAP_WEBSERVICE_CLASS_IS_FINAL(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Classes annotated with @javax.jws.WebService must not be final.
- WEBSERVICEAP_WEBSERVICE_CLASS_IS_INNERCLASS_NOT_STATIC(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Inner classes annotated with @javax.jws.WebService must be static.
- WEBSERVICEAP_WEBSERVICE_CLASS_NOT_PUBLIC(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Classes annotated with @javax.jws.WebService must be public.
- WEBSERVICEAP_WEBSERVICE_METHOD_IS_ABSTRACT(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Classes annotated with @javax.jws.WebService must not have abstract methods.
- WEBSERVICEAP_WEBSERVICE_METHOD_IS_STATIC_OR_FINAL(Object, Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Method annotated with @javax.jws.WebMethod must not be static or final.
- WEBSERVICEAP_WEBSERVICE_NO_DEFAULT_CONSTRUCTOR(Object) - Static method in class com.sun.tools.ws.resources.WebserviceapMessages
-
Classes annotated with @javax.jws.WebService must have a public default constructor.
- WebserviceapMessages - Class in com.sun.tools.ws.resources
-
Defines string formatting method for each constant in the resource file
- WebserviceapMessages() - Constructor for class com.sun.tools.ws.resources.WebserviceapMessages
-
- WebServiceConstants - Enum in com.sun.tools.ws.processor.modeler.annotation
-
- WebServiceVisitor - Class in com.sun.tools.ws.processor.modeler.annotation
-
- WebServiceVisitor(ModelBuilder, AnnotationProcessorContext) - Constructor for class com.sun.tools.ws.processor.modeler.annotation.WebServiceVisitor
-
- WebServiceVisitor.MySoapBinding - Class in com.sun.tools.ws.processor.modeler.annotation
-
- WebServiceWrapperGenerator - Class in com.sun.tools.ws.processor.modeler.annotation
-
This class generates the request/response and Exception Beans
used by the JAX-WS runtime.
- WebServiceWrapperGenerator(ModelBuilder, AnnotationProcessorContext) - Constructor for class com.sun.tools.ws.processor.modeler.annotation.WebServiceWrapperGenerator
-
- WhitespaceStripper - Class in com.sun.tools.ws.wsdl.parser
-
Strips ignorable whitespace from SAX event stream.
- WhitespaceStripper(XMLReader) - Constructor for class com.sun.tools.ws.wsdl.parser.WhitespaceStripper
-
- WhitespaceStripper(ContentHandler, ErrorHandler, EntityResolver) - Constructor for class com.sun.tools.ws.wsdl.parser.WhitespaceStripper
-
- withAllEntityReferencesDo(EntityReferenceAction) - Method in class com.sun.tools.ws.wsdl.document.Binding
-
- withAllEntityReferencesDo(EntityReferenceAction) - Method in class com.sun.tools.ws.wsdl.document.Fault
-
- withAllEntityReferencesDo(EntityReferenceAction) - Method in class com.sun.tools.ws.wsdl.document.Input
-
- withAllEntityReferencesDo(EntityReferenceAction) - Method in class com.sun.tools.ws.wsdl.document.MessagePart
-
- withAllEntityReferencesDo(EntityReferenceAction) - Method in class com.sun.tools.ws.wsdl.document.Output
-
- withAllEntityReferencesDo(EntityReferenceAction) - Method in class com.sun.tools.ws.wsdl.document.Port
-
- withAllEntityReferencesDo(EntityReferenceAction) - Method in class com.sun.tools.ws.wsdl.framework.Entity
-
- withAllQNamesDo(QNameAction) - Method in class com.sun.tools.ws.wsdl.document.Binding
-
- withAllQNamesDo(QNameAction) - Method in class com.sun.tools.ws.wsdl.document.Fault
-
- withAllQNamesDo(QNameAction) - Method in class com.sun.tools.ws.wsdl.document.Input
-
- withAllQNamesDo(QNameAction) - Method in class com.sun.tools.ws.wsdl.document.MessagePart
-
- withAllQNamesDo(QNameAction) - Method in class com.sun.tools.ws.wsdl.document.Output
-
- withAllQNamesDo(QNameAction) - Method in class com.sun.tools.ws.wsdl.document.Port
-
- withAllQNamesDo(QNameAction) - Method in class com.sun.tools.ws.wsdl.document.soap.SOAPHeader
-
- withAllQNamesDo(QNameAction) - Method in class com.sun.tools.ws.wsdl.document.soap.SOAPHeaderFault
-
- withAllQNamesDo(QNameAction) - Method in class com.sun.tools.ws.wsdl.framework.Entity
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.document.Binding
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.document.BindingFault
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.document.BindingInput
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.document.BindingOperation
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.document.BindingOutput
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.document.Definitions
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.document.Message
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.document.mime.MIMEMultipartRelated
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.document.mime.MIMEPart
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.document.Operation
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.document.Port
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.document.PortType
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.document.Service
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.document.soap.SOAPHeader
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.document.Types
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.framework.AbstractDocument
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.framework.Entity
-
- withAllSubEntitiesDo(EntityAction) - Method in class com.sun.tools.ws.wsdl.framework.ExtensibilityHelper
-
- wrapped - Variable in class com.sun.tools.ws.processor.modeler.annotation.WebServiceVisitor
-
- WRAPPER_TASK_LOADING_INCORRECT_API(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
You are loading JAX-WS {0} API from {1} but this tool requires JAX-WS {2} API.
- WRAPPER_TASK_NEED_ENDORSED(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API.
- WrapperInfo - Class in com.sun.tools.ws.processor.modeler.annotation
-
- WrapperInfo() - Constructor for class com.sun.tools.ws.processor.modeler.annotation.WrapperInfo
-
Creates a new instance of FaultInfo
- WrapperInfo(String) - Constructor for class com.sun.tools.ws.processor.modeler.annotation.WrapperInfo
-
- wrapperName - Variable in class com.sun.tools.ws.processor.modeler.annotation.WrapperInfo
-
- WrapperTask - Class in com.sun.tools.ws.ant
-
Wrapper task to launch real implementations of the task in a classloader that can work
even in JavaSE 6.
- WrapperTask() - Constructor for class com.sun.tools.ws.ant.WrapperTask
-
- write(int) - Method in class com.sun.tools.ws.processor.util.IndentingWriter
-
- write(char[], int, int) - Method in class com.sun.tools.ws.processor.util.IndentingWriter
-
- write(String, int, int) - Method in class com.sun.tools.ws.processor.util.IndentingWriter
-
- writeHandlerConfig(String, JDefinedClass, WsimportOptions) - Method in class com.sun.tools.ws.processor.generator.GeneratorBase
-
- writeMethodAnnotations(TWSDLOperation, JMethod) - Method in class com.sun.tools.ws.api.TJavaGeneratorExtension
-
Deprecated.
This method should be used to write annotations on JMethod
.
- writeMethodAnnotations(TWSDLOperation, JMethod) - Method in class com.sun.tools.ws.processor.generator.JavaGeneratorExtensionFacade
-
- writeMethodAnnotations(TWSDLOperation, JMethod) - Method in class com.sun.tools.ws.processor.generator.W3CAddressingJavaGeneratorExtension
-
- writeWebServiceAnnotation(Model, JCodeModel, JDefinedClass, Port) - Method in class com.sun.tools.ws.processor.generator.GeneratorExtension
-
Create annotations in service JWS generated
- writeWebServiceClientAnnotation(WsimportOptions, JCodeModel, JDefinedClass) - Method in class com.sun.tools.ws.processor.generator.GeneratorExtension
-
Create annotations in service client generated
- WSCodeWriter - Class in com.sun.tools.ws.wscompile
-
FileCodeWriter
implementation that notifies
JAX-WS about newly created files.
- WSCodeWriter(File, Options) - Constructor for class com.sun.tools.ws.wscompile.WSCodeWriter
-
- WSCOMPILE_COMPILATION_FAILED() - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
compilation failed, errors should have been reported
- WSCOMPILE_DUPLICATE_OPTION(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
duplicate option: {0}
- WSCOMPILE_ERROR(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
error: {0}
- WSCOMPILE_INFO(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
info: {0}
- WSCOMPILE_INVALID_OPTION(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
unrecognized parameter {0}
- WSCOMPILE_MISSING_OPTION_ARGUMENT(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
option "{0}" requires an argument
- WSCOMPILE_NO_SUCH_DIRECTORY(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
directory not found: {0}
- WSCOMPILE_UNSUPPORTED_ENCODING(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
unsupported encoding: {0}
- WSCOMPILE_WARNING(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
warning: {0}
- WscompileMessages - Class in com.sun.tools.ws.resources
-
Defines string formatting method for each constant in the resource file
- WscompileMessages() - Constructor for class com.sun.tools.ws.resources.WscompileMessages
-
- wsdl(String) - Method in interface com.sun.tools.ws.wscompile.WsgenTool.ReportOutput.Report
-
- WSDL_LOCATION_ATTR - Static variable in interface com.sun.tools.ws.wsdl.document.jaxws.JAXWSBindingsConstants
-
- WSDL_MIME_BINDING - Static variable in class com.sun.tools.ws.wsdl.document.MessagePart
-
- WSDL_MODELER_NAME - Static variable in interface com.sun.tools.ws.processor.model.ModelProperties
-
- WSDL_PARAMETER_ORDER - Static variable in class com.sun.tools.ws.processor.modeler.wsdl.WSDLModelerBase
-
- WSDL_RESULT_PARAMETER - Static variable in class com.sun.tools.ws.processor.modeler.wsdl.WSDLModelerBase
-
- WSDLConstants - Interface in com.sun.tools.ws.wsdl.document
-
Interface defining WSDL-related constants.
- WSDLDocument - Class in com.sun.tools.ws.wsdl.document
-
A WSDL document.
- WSDLDocument(MetadataFinder, ErrorReceiver) - Constructor for class com.sun.tools.ws.wsdl.document.WSDLDocument
-
- WSDLDocumentVisitor - Interface in com.sun.tools.ws.wsdl.document
-
A visitor for WSDL documents.
- WSDLDocumentVisitorBase - Class in com.sun.tools.ws.wsdl.document
-
- WSDLDocumentVisitorBase() - Constructor for class com.sun.tools.ws.wsdl.document.WSDLDocumentVisitorBase
-
- WSDLExceptionInfo() - Constructor for class com.sun.tools.ws.processor.modeler.wsdl.WSDLModelerBase.WSDLExceptionInfo
-
- WSDLFetcher - Class in com.sun.tools.ws.util
-
- WSDLFetcher(WsimportOptions, WsimportListener) - Constructor for class com.sun.tools.ws.util.WSDLFetcher
-
- WSDLInternalizationLogic - Class in com.sun.tools.ws.wsdl.parser
-
- WSDLInternalizationLogic() - Constructor for class com.sun.tools.ws.wsdl.parser.WSDLInternalizationLogic
-
- wsdlLocation - Variable in class com.sun.tools.ws.processor.generator.GeneratorBase
-
- wsdlLocation - Variable in class com.sun.tools.ws.wscompile.WsimportOptions
-
-wsdlLocation
- WSDLLocation - Class in com.sun.tools.ws.wsdl.framework
-
Maintains wsdl:location context.
- WSDLLocation() - Constructor for class com.sun.tools.ws.wsdl.framework.WSDLLocation
-
- wsdlMessage - Variable in class com.sun.tools.ws.processor.modeler.wsdl.WSDLModelerBase.WSDLExceptionInfo
-
- wsdlMessagePartName - Variable in class com.sun.tools.ws.processor.modeler.wsdl.WSDLModelerBase.WSDLExceptionInfo
-
- WsdlMessages - Class in com.sun.tools.ws.resources
-
Defines string formatting method for each constant in the resource file
- WsdlMessages() - Constructor for class com.sun.tools.ws.resources.WsdlMessages
-
- WSDLModeler - Class in com.sun.tools.ws.processor.modeler.wsdl
-
The WSDLModeler processes a WSDL to create a Model.
- WSDLModeler(WsimportOptions, ErrorReceiver, MetadataFinder) - Constructor for class com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler
-
- WSDLModeler.StyleAndUse - Enum in com.sun.tools.ws.processor.modeler.wsdl
-
- WSDLMODELER_20_RPCENC_NOT_SUPPORTED() - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
rpc/encoded wsdl's are not supported in JAXWS 2.0.
- WSDLMODELER_DUPLICATE_FAULT_PART_NAME(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring fault "{0}" of operation "{1}", part name "{2}" is not unique
- WSDLMODELER_DUPLICATE_FAULT_SOAP_NAME(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring fault "{0}" of operation "{1}", soap:fault name "{2}" is not unique
- WSDLMODELER_ERROR_PART_NOT_FOUND(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
part "{1}" of operation "{0}" could not be resolved!
- WSDLMODELER_ERROR_PARTS_NOT_FOUND(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
parts "{0}" not found in the message "{1}", wrong WSDL
- WSDLMODELER_INVALID_BINDING_FAULT_EMPTY_MESSAGE(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
fault "{0}" refers to message "{1}", but the message has no parts
- WSDLMODELER_INVALID_BINDING_FAULT_MESSAGE_HAS_MORE_THAN_ONE_PART(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
fault "{0}" refers to message "{1}", but the message has more than one parts
- WSDLMODELER_INVALID_BINDING_FAULT_MISSING_NAME(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
fault "{0}" in operation "{1}" must specify a value for the "name" attribute
- WSDLMODELER_INVALID_BINDING_FAULT_MISSING_NAMESPACE(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
fault "{0}" in operation "{1}" must specify a value for the "namespace" attribute
- WSDLMODELER_INVALID_BINDING_FAULT_NO_SOAP_FAULT_NAME(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
soap:fault name not specified, wsdl:fault "{0}" in operation "{1}"
- WSDLMODELER_INVALID_BINDING_FAULT_NOT_FOUND(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
fault "{0}" in operation "{1}" does not match any fault in the corresponding port type operation
- WSDLMODELER_INVALID_BINDING_FAULT_NOT_UNIQUE(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
fault "{0}" in operation "{1}" matches more than one fault in the corresponding port type operation
- WSDLMODELER_INVALID_BINDING_FAULT_OUTPUT_MISSING_SOAP_FAULT(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
fault "{0}" in operation "{1}" does not have a SOAP fault extension
- WSDLMODELER_INVALID_BINDING_FAULT_WRONG_SOAP_FAULT_NAME(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
name of soap:fault "{0}" doesn''t match the name of wsdl:fault "{1}" in operation "{2}"
- WSDLMODELER_INVALID_BINDING_OPERATION_INPUT_HEADER_MISSING_NAMESPACE(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
input header "{1}" of binding operation "{0}" must specify a value for the "namespace" attribute
- WSDLMODELER_INVALID_BINDING_OPERATION_INPUT_MISSING_SOAP_BODY(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
input message of binding operation "{0}" does not have a SOAP body extension
- WSDLMODELER_INVALID_BINDING_OPERATION_INPUT_SOAP_BODY_MISSING_NAMESPACE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
input message of binding operation "{0}" must specify a value for the "namespace" attribute
- WSDLMODELER_INVALID_BINDING_OPERATION_MISSING_INPUT_NAME(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
binding operation "{0}" must specify a name for its input message
- WSDLMODELER_INVALID_BINDING_OPERATION_MISSING_OUTPUT_NAME(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
binding operation "{0}" must specify a name for its output message
- WSDLMODELER_INVALID_BINDING_OPERATION_MULTIPLE_MATCHING_OPERATIONS(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
in binding "{1}", operation "{0}" does not reference a unique operation in the corresponding port type
- WSDLMODELER_INVALID_BINDING_OPERATION_MULTIPLE_PART_BINDING(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
abstract operation "{0}" binding, part "{1}" has multiple binding.
- WSDLMODELER_INVALID_BINDING_OPERATION_NOT_FOUND(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
in binding "{1}", operation "{0}" does not match any operation in the corresponding port type
- WSDLMODELER_INVALID_BINDING_OPERATION_NOT_IN_PORT_TYPE(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
in binding "{1}", operation "{0}" does not appear in the corresponding port type
- WSDLMODELER_INVALID_BINDING_OPERATION_OUTPUT_HEADER_MISSING_NAMESPACE(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
output header "{1}" of binding operation "{0}" must specify a value for the "namespace" attribute
- WSDLMODELER_INVALID_BINDING_OPERATION_OUTPUT_MISSING_SOAP_BODY(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
output message of binding operation "{0}" does not have a SOAP body extension
- WSDLMODELER_INVALID_BINDING_OPERATION_OUTPUT_SOAP_BODY_MISSING_NAMESPACE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
output message of binding operation "{0}" must specify a value for the "namespace" attribute
- WSDLMODELER_INVALID_DOCLITOPERATION(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Invalid wsdl:operation "{0}": its a document-literal operation, message part must refer to a schema element declaration
- WSDLMODELER_INVALID_FAULT_CANT_RESOLVE_MESSAGE(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
fault message "{0}" in binding operation "{1}" could not be resolved
- WSDLMODELER_INVALID_HEADER_CANT_RESOLVE_MESSAGE(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
header "{0}" of binding operation "{1}": cannot resolve message
- WSDLMODELER_INVALID_HEADER_MESSAGE_PART_MUST_HAVE_ELEMENT_DESCRIPTOR(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Invalid header "{0}" in operation {1}: part must specify a "element" attribute
- WSDLMODELER_INVALID_HEADER_NOT_FOUND(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
header "{0}" of binding operation "{1}": not found
- WSDLMODELER_INVALID_HEADER_NOT_LITERAL(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Invalid header "{0}" of binding operation "{1}": not literal
- WSDLMODELER_INVALID_HEADERFAULT_MESSAGE_PART_MUST_HAVE_ELEMENT_DESCRIPTOR(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Invalid headerfault "{0}" for header {1} in operation {2}: part must specify an "element" attribute
- WSDLMODELER_INVALID_HEADERFAULT_NOT_LITERAL(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Invalid headerfault "{0}" of binding operation "{1}": not literal
- WSDLMODELER_INVALID_IGNORING_MEMBER_SUBMISSION_ADDRESSING(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring wsa:Action attribute since obsolete addressing version 08-2004:"{0}" used; expecting addressing version "{1}".
- WSDLMODELER_INVALID_MESSAGE_PART_MUST_HAVE_ELEMENT_DESCRIPTOR(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
in message "{0}", part "{1}" must specify a "element" attribute
- WSDLMODELER_INVALID_OPERATION(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
invalid operation: {0}
- WSDLMODELER_INVALID_OPERATION_FAULT_NOT_LITERAL(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring encoded fault "{0}" in literal binding operation "{1}"
- WSDLMODELER_INVALID_OPERATION_JAVA_RESERVED_WORD_NOT_ALLOWED_CUSTOM_NAME(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Invalid operation "{0}", can''t generate java method.
- WSDLMODELER_INVALID_OPERATION_JAVA_RESERVED_WORD_NOT_ALLOWED_CUSTOMIZED_OPERATION_NAME(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Invalid operation "{0}", can''t generate java method ,customized name "{1}" of the wsdl:operation is a java keyword.
- WSDLMODELER_INVALID_OPERATION_JAVA_RESERVED_WORD_NOT_ALLOWED_NON_WRAPPER_STYLE(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Invalid operation "{0}", can''t generate java method.
- WSDLMODELER_INVALID_OPERATION_JAVA_RESERVED_WORD_NOT_ALLOWED_OPERATION_NAME(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Invalid operation "{0}", it''s java reserved word, can''t generate java method.
- WSDLMODELER_INVALID_OPERATION_JAVA_RESERVED_WORD_NOT_ALLOWED_WRAPPER_STYLE(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Invalid operation "{0}", can''t generate java method parameter.
- WSDLMODELER_INVALID_OPERATION_MORE_THAN_ONE_PART_IN_MESSAGE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
operation "{0}": more than one part bound to body
- WSDLMODELER_INVALID_OPERATION_NOT_SUPPORTED_STYLE(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Invalid WSDL, wsdl:operation "{0}" in wsdl:portType "{1}": not request-response or one-way
- WSDLMODELER_INVALID_PARAMETER_DIFFERENT_TYPES(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
parameter "{0}" of operation "{1}" appears with different types in the input and output messages
- WSDLMODELER_INVALID_PARAMETER_ORDER_INVALID_PARAMETER_ORDER(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
parameterOrder attribute on operation "{0}" is invalid, ignoring parameterOrder hint
- WSDLMODELER_INVALID_PARAMETER_ORDER_TOO_MANY_UNMENTIONED_PARTS(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
more than one part left out in the parameterOrder attribute of operation "{0}"
- WSDLMODELER_INVALID_PARAMETERORDER_PARAMETER(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
"{0}" specified in the parameterOrder attribute of operation "{1}" is not a valid part of the message.
- WSDLMODELER_INVALID_PORT_TYPE_FAULT_NOT_FOUND(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
fault "{0}" in portType operation "{1}" does not match any fault in the corresponding binding operation
- WSDLMODELER_INVALID_RPCLITOPERATION(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Invalid wsdl:operation "{0}": its a rpc-literal operation, message part must refer to a schema type declaration
- WSDLMODELER_INVALID_STATE_MODELING_OPERATION(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
invalid state while modeling operation: {0}
- WSDLMODELER_JAXB_JAVATYPE_NOTFOUND(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Schema descriptor {0} in message part "{1}" is not defined and could not be bound to Java.
- WSDLMODELER_NON_UNIQUE_BODY_ERROR(Object, Object, Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Non unique body parts! In a port, as per BP 1.1 R2710 operations must have unique operation signature on the wire for successful dispatch.
- WSDLMODELER_NON_UNIQUE_BODY_WARNING(Object, Object, Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Non unique body parts! In a port, as per BP 1.1 R2710 operations must have unique operation signature on the wire for successful dispatch.
- WSDLMODELER_RESPONSEBEAN_NOTFOUND(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
wsimport failed to generate async response bean for operation: {0}
- WSDLMODELER_RESULT_IS_IN_OUT_PARAMETER(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
result is "inout" parameter in operation: {0}
- WSDLMODELER_RPCLIT_UNKOWNSCHEMATYPE(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
XML type "{0}" could not be resolved, XML to JAVA binding failed! Please check the wsdl:part "{1}" in the wsdl:message "{2}".
- WSDLMODELER_UNSOLVABLE_NAMING_CONFLICTS(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
the following naming conflicts occurred: {0}
- WSDLMODELER_UNSUPPORTED_BINDING_MIME() - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
WSDL MIME binding is not currently supported!
- WSDLMODELER_WARNING_BINDING_OPERATION_MULTIPLE_PART_BINDING(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Check the abstract operation "{0}" binding, part "{1}" has multiple binding.
- WSDLMODELER_WARNING_IGNORING_FAULT_CANT_RESOLVE_MESSAGE(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring fault "{0}" of binding operation "{1}": cannot resolve message
- WSDLMODELER_WARNING_IGNORING_FAULT_DOCUMENT_OPERATION(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring fault "{0}" of document-style operation "{1}"
- WSDLMODELER_WARNING_IGNORING_FAULT_NOT_ENCODED(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring literal fault "{0}" of binding operation "{1}"
- WSDLMODELER_WARNING_IGNORING_FAULT_NOT_LITERAL(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring encoded fault "{0}" of binding operation "{1}"
- WSDLMODELER_WARNING_IGNORING_FAULTS(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring faults declared by operation "{0}"
- WSDLMODELER_WARNING_IGNORING_HEADER(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring header "{0}" of binding operation "{1}"
- WSDLMODELER_WARNING_IGNORING_HEADER_CANT_RESOLVE_MESSAGE(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring header "{0}" of binding operation "{1}": cannot resolve message
- WSDLMODELER_WARNING_IGNORING_HEADER_FAULT_NO_ELEMENT_ATTRIBUTE(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring header fault part="{0}" message="{1}" of operation {2}
- WSDLMODELER_WARNING_IGNORING_HEADER_FAULT_NOT_FOUND(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring header fault "{0}", cannot find part "{1}" in binding "{2}"
- WSDLMODELER_WARNING_IGNORING_HEADER_FAULT_NOT_LITERAL(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring header fault part="{0}" message="{1}" of operation {2}, use attribute must be "literal"
- WSDLMODELER_WARNING_IGNORING_HEADER_INCONSISTENT_DEFINITION(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring header "{0}" of operation "{1}": part not found
- WSDLMODELER_WARNING_IGNORING_HEADER_NOT_ENCODED(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring header "{0}" of binding operation "{1}": not SOAP-encoded
- WSDLMODELER_WARNING_IGNORING_HEADER_NOT_FOUND(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring header "{0}" of binding operation "{1}": not found
- WSDLMODELER_WARNING_IGNORING_HEADER_NOT_LITERAL(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring header "{0}" of binding operation "{1}": not literal
- WSDLMODELER_WARNING_IGNORING_HEADER_PART_FROM_BODY(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
header part: "{0}" already bound by soapbind:body, illegal to bind the part twice
- WSDLMODELER_WARNING_IGNORING_MIME_PART_NOT_FOUND(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring mime:part, cannot find part "{0}" referenced by the mime:content in the wsdl:operation "{1}"
- WSDLMODELER_WARNING_IGNORING_NON_SOAP_PORT(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring port "{0}": not a standard SOAP port.
- WSDLMODELER_WARNING_IGNORING_NON_SOAP_PORT_NO_ADDRESS(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring port "{0}": no SOAP address specified.
- WSDLMODELER_WARNING_IGNORING_OPERATION_CANNOT_HANDLE_BODY_PARTS_ATTRIBUTE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring operation "{0}": cannot handle "parts" attribute of "soap:body" element
- WSDLMODELER_WARNING_IGNORING_OPERATION_CANNOT_HANDLE_DOCUMENT_STYLE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring operation "{0}": cannot handle document-style operations
- WSDLMODELER_WARNING_IGNORING_OPERATION_CANNOT_HANDLE_ELEMENT_MESSAGE_PART(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring operation "{0}": message part does not refer to a schema type declaration
- WSDLMODELER_WARNING_IGNORING_OPERATION_CANNOT_HANDLE_EMPTY_INPUT_MESSAGE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring operation "{0}": input message is empty
- WSDLMODELER_WARNING_IGNORING_OPERATION_CANNOT_HANDLE_EMPTY_OUTPUT_MESSAGE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring operation "{0}": output message is empty
- WSDLMODELER_WARNING_IGNORING_OPERATION_CANNOT_HANDLE_MORE_THAN_ONE_PART_IN_INPUT_MESSAGE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring operation "{0}": more than one part in input message
- WSDLMODELER_WARNING_IGNORING_OPERATION_CANNOT_HANDLE_MORE_THAN_ONE_PART_IN_OUTPUT_MESSAGE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring operation "{0}": more than one part in output message
- WSDLMODELER_WARNING_IGNORING_OPERATION_CANNOT_HANDLE_TYPE_MESSAGE_PART(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring operation "{0}": message part does not refer to a schema element declaration
- WSDLMODELER_WARNING_IGNORING_OPERATION_CONFLICT_STYLE_IN_WSI_MODE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring operation "{0}": binding style and operation style are conflicting
- WSDLMODELER_WARNING_IGNORING_OPERATION_JAVA_RESERVED_WORD_NOT_ALLOWED_CUSTOM_NAME(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Ignoring operation "{0}", can''t generate java method.
- WSDLMODELER_WARNING_IGNORING_OPERATION_JAVA_RESERVED_WORD_NOT_ALLOWED_CUSTOMIZED_OPERATION_NAME(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Ignoring operation "{0}", can''t generate java method ,customized name "{1}" of the wsdl:operation is a java keyword.
- WSDLMODELER_WARNING_IGNORING_OPERATION_JAVA_RESERVED_WORD_NOT_ALLOWED_NON_WRAPPER_STYLE(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Ignoring operation "{0}", can''t generate java method.
- WSDLMODELER_WARNING_IGNORING_OPERATION_JAVA_RESERVED_WORD_NOT_ALLOWED_OPERATION_NAME(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Ignoring operation "{0}", it''s java reserved word, can''t generate java method.
- WSDLMODELER_WARNING_IGNORING_OPERATION_JAVA_RESERVED_WORD_NOT_ALLOWED_WRAPPER_STYLE(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Ignoring operation "{0}", can''t generate java method parameter.
- WSDLMODELER_WARNING_IGNORING_OPERATION_NOT_ENCODED(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring RPC-style operation "{0}": parameters are not encoded
- WSDLMODELER_WARNING_IGNORING_OPERATION_NOT_LITERAL(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring document-style operation "{0}": parameters are not literal
- WSDLMODELER_WARNING_IGNORING_OPERATION_NOT_NC_NAME(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Ignoring operation "{0}", it has illegal character ''{1}'' in its name.
- WSDLMODELER_WARNING_IGNORING_OPERATION_NOT_SUPPORTED_STYLE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring operation "{0}": not request-response or one-way
- WSDLMODELER_WARNING_IGNORING_OPERATION_PART_NOT_FOUND(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring operation "{0}": part "{1}" not found
- WSDLMODELER_WARNING_IGNORING_SOAP_BINDING_12(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Ignoring SOAP port "{0}": it uses non-standard SOAP 1.2 binding.
- WSDLMODELER_WARNING_IGNORING_SOAP_BINDING_MIXED_STYLE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring port "{0}", its not WS-I BP 1.1 compliant: the wsdl binding has mixed style, it must be rpc-literal or document-literal operation.
- WSDLMODELER_WARNING_IGNORING_SOAP_BINDING_NON_HTTP_TRANSPORT(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring SOAP port "{0}": unrecognized transport.
- WSDLMODELER_WARNING_IGNORING_UNRECOGNIZED_SCHEMA_EXTENSION(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
ignoring schema element (unsupported version): {0}
- WSDLMODELER_WARNING_MEMBER_SUBMISSION_ADDRESSING_USED(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
obsolete addressing version 08-2004:"{0}" used; version "{1}" should be used instead.
- WSDLMODELER_WARNING_NO_OPERATIONS_IN_PORT(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Port "{0}" does not contain any usable operations
- WSDLMODELER_WARNING_NO_PORTS_IN_SERVICE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Service "{0}" does not contain any usable ports.
- WSDLMODELER_WARNING_NO_SERVICE_DEFINITIONS_FOUND() - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
WSDL document does not define any services
- WSDLMODELER_WARNING_NO_SOAP_ADDRESS(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Port "{0}" is not a SOAP port, it has no soap:address
- WSDLMODELER_WARNING_NON_SOAP_PORT(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
port "{0}": not a standard SOAP port.
- WSDLMODELER_WARNING_NONCONFORMING_WSDL_IMPORT() - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Non conforming WS-I WSDL used for wsdl:import
- WSDLMODELER_WARNING_NONCONFORMING_WSDL_TYPES() - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Non conforming WS-I WSDL used for wsdl:types
- WSDLMODELER_WARNING_NONCONFORMING_WSDL_USE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Processing WS-I non conforming operation "{0}" with RPC-Style and SOAP-encoded
- WSDLMODELER_WARNING_OPERATION_MORE_THAN_ONE_PART_IN_MESSAGE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
Ignoring operation "{0}": more than one part bound to body
- WSDLMODELER_WARNING_PORT_SOAP_BINDING_12(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
SOAP port "{0}": uses a non-standard SOAP 1.2 binding.
- WSDLMODELER_WARNING_PORT_SOAP_BINDING_MIXED_STYLE(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
not a WS-I BP1.1 compliant SOAP port "{0}": the WSDL binding has mixed style, it must be rpc-literal or document-literal operation!
- WSDLMODELER_WARNING_R_2716(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
R2716 WSI-BasicProfile ver.
- WSDLMODELER_WARNING_R_2716_R_2726(Object, Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
R2716/R2726 WSI-BasicProfile ver.
- WSDLMODELER_WARNING_SEARCH_SCHEMA_UNRECOGNIZED_TYPES(Object) - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
encountered {0} unrecognized type(s)
- WSDLModelerBase - Class in com.sun.tools.ws.processor.modeler.wsdl
-
- WSDLModelerBase(WsimportOptions, ErrorReceiver, MetadataFinder) - Constructor for class com.sun.tools.ws.processor.modeler.wsdl.WSDLModelerBase
-
- WSDLModelerBase.ProcessSOAPOperationInfo - Class in com.sun.tools.ws.processor.modeler.wsdl
-
- WSDLModelerBase.WSDLExceptionInfo - Class in com.sun.tools.ws.processor.modeler.wsdl
-
- WSDLMODLER_WARNING_OPERATION_USE() - Static method in class com.sun.tools.ws.resources.ModelerMessages
-
The WSDL used has operations with literal and encoded use.
- wsdlNamespace - Variable in class com.sun.tools.ws.processor.modeler.annotation.WebServiceVisitor
-
- WSDLParseException - Exception in com.sun.tools.ws.util
-
- WSDLParseException(String, Object...) - Constructor for exception com.sun.tools.ws.util.WSDLParseException
-
- WSDLParseException(Throwable) - Constructor for exception com.sun.tools.ws.util.WSDLParseException
-
- WSDLParser - Class in com.sun.tools.ws.wsdl.parser
-
A parser for WSDL documents.
- WSDLParser(WsimportOptions, ErrorReceiverFilter, MetadataFinder) - Constructor for class com.sun.tools.ws.wsdl.parser.WSDLParser
-
- WSDLParser(WsimportOptions, ErrorReceiverFilter) - Constructor for class com.sun.tools.ws.wsdl.parser.WSDLParser
-
- WSEntityResolver(WsimportOptions, ErrorReceiver) - Constructor for class com.sun.tools.ws.wsdl.parser.MetadataFinder.WSEntityResolver
-
- WsGen - Class in com.sun.tools.ws.ant
-
Wrapper task to launch
WsGen2
.
- WsGen() - Constructor for class com.sun.tools.ws.ant.WsGen
-
- WSGEN() - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
-wsdl:protocol XSoap1.2 -extenson {1}
- wsgen(OutputStream, Container, String[]) - Method in class com.sun.tools.ws.spi.WSToolsObjectFactory
-
Invokes wsgen on the endpoint implementation, and generates the necessary
artifacts like wrapper, exception bean classes etc.
- wsgen(OutputStream, String[]) - Method in class com.sun.tools.ws.spi.WSToolsObjectFactory
-
Invokes wsgen on the endpoint implementation, and generates the necessary
artifacts like wrapper, exception bean classes etc.
- wsgen(OutputStream, Container, String[]) - Method in class com.sun.tools.ws.util.WSToolsObjectFactoryImpl
-
- WsGen - Class in com.sun.tools.ws
-
WsGen tool entry point.
- WsGen() - Constructor for class com.sun.tools.ws.WsGen
-
- WsGen2 - Class in com.sun.tools.ws.ant
-
wsgen task for use with the JAXWS project.
- WsGen2() - Constructor for class com.sun.tools.ws.ant.WsGen2
-
- WSGEN_CANNOT_GEN_WSDL_FOR_NON_SOAP_BINDING(Object, Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
wsgen can not generate WSDL for non-SOAP binding: {0} on Class {1}
- WSGEN_CANNOT_GEN_WSDL_FOR_SOAP_12_BINDING(Object, Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
wsgen can not generate WSDL for SOAP 1.2 binding: {0} on class: {1}.
- WSGEN_CLASS_MUST_BE_IMPLEMENTATION_CLASS(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
The class "{0}" is not an endpoint implementation class.
- WSGEN_CLASS_NOT_FOUND(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Class not found: "{0}"
- WSGEN_COULD_NOT_CREATE_FILE(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
"Could not create file: "{0}"
- WSGEN_FULLVERSION(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
wsgen full version "{0}"
- WSGEN_HELP(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Usage: {0} [options]
where [options] include:
-classpath specify where to find input class files
-cp same as -classpath
-d specify where to place generated output files
-encoding specify character encoding used by source files
-extension allow vendor extensions - functionality not specified
by the specification.
- WSGEN_INLINE_SCHEMAS_ONLY_WITH_WSDL() - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
"-inlineSchemas" must be used in conjunction with the "-wsdl" option
- WSGEN_INVALID_PROTOCOL(Object, Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
"{0}" is not a supported protocol.
- WSGEN_INVALID_TRANSPORT(Object, Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
"{0}" is not a supported transport.
- WSGEN_MISSING_FILE() - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Missing SEI
- WSGEN_NO_WEBSERVICES_CLASS(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
wsgen did not find any class with @WebService annotation.
- WSGEN_PORTNAME_MISSING_LOCALNAME(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
The port name "{0}" is missing a localname.
- WSGEN_PORTNAME_MISSING_NAMESPACE(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
The port name "{0}" is missing a namespace.
- WSGEN_PROTOCOL_WITHOUT_EXTENSION(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
The optional protocol "{0}" must be used in conjunction with the "-extension" option.
- WSGEN_SERVICENAME_MISSING_LOCALNAME(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
The service name "{0}" is missing a localname.
- WSGEN_SERVICENAME_MISSING_NAMESPACE(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
The service name "{0}" is missing a namespace.
- WSGEN_SOAP_12_WITHOUT_EXTENSION() - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
The optional protocol "Xsoap1.2" must be used in conjunction with the "-extension" option.
- WSGEN_USAGE(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Usage: {0} [options]
Use "wsgen -help" for a detailed description of options.
- WSGEN_USAGE_EXAMPLES() - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Examples:
wsgen -cp .
- WSGEN_VERSION(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
wsgen version "{0}"
- WSGEN_WSDL_ARG_NO_GENWSDL(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
The "{0}" option can only be in conjunction with the "-wsdl" option.
- WsgenExtension - Class in com.sun.tools.ws.api
-
Allows to customize wsgen behaviour using this extension.
- WsgenExtension() - Constructor for class com.sun.tools.ws.api.WsgenExtension
-
- WsgenOptions - Class in com.sun.tools.ws.wscompile
-
- WsgenOptions() - Constructor for class com.sun.tools.ws.wscompile.WsgenOptions
-
- WsgenProtocol - Annotation Type in com.sun.tools.ws.api
-
Allows to extend protocol for wsgen's wsdl[:protocol] switch.
- wsgenReport - Variable in class com.sun.tools.ws.wscompile.WsgenOptions
-
-XwsgenReport
- WsgenTool - Class in com.sun.tools.ws.wscompile
-
- WsgenTool(OutputStream, Container) - Constructor for class com.sun.tools.ws.wscompile.WsgenTool
-
- WsgenTool(OutputStream) - Constructor for class com.sun.tools.ws.wscompile.WsgenTool
-
- WsgenTool.Listener - Class in com.sun.tools.ws.wscompile
-
- WsgenTool.ReportOutput - Class in com.sun.tools.ws.wscompile
-
"Namespace" for code needed to generate the report file.
- WsgenTool.ReportOutput.QualifiedName - Interface in com.sun.tools.ws.wscompile
-
- WsgenTool.ReportOutput.Report - Interface in com.sun.tools.ws.wscompile
-
- WsgenTool.ReportOutput.Schema - Interface in com.sun.tools.ws.wscompile
-
- WsImport - Class in com.sun.tools.ws.ant
-
- WsImport() - Constructor for class com.sun.tools.ws.ant.WsImport
-
- wsimport(OutputStream, Container, String[]) - Method in class com.sun.tools.ws.spi.WSToolsObjectFactory
-
Invokes wsimport on the wsdl URL argument, and generates the necessary
portable artifacts like SEI, Service, Bean classes etc.
- wsimport(OutputStream, String[]) - Method in class com.sun.tools.ws.spi.WSToolsObjectFactory
-
Invokes wsimport on the wsdl URL argument, and generates the necessary
portable artifacts like SEI, Service, Bean classes etc.
- wsimport(OutputStream, Container, String[]) - Method in class com.sun.tools.ws.util.WSToolsObjectFactoryImpl
-
- WsImport - Class in com.sun.tools.ws
-
WsImport tool entry point.
- WsImport() - Constructor for class com.sun.tools.ws.WsImport
-
- WsImport2 - Class in com.sun.tools.ws.ant
-
wscompile task for use with the JAXWS project.
- WsImport2() - Constructor for class com.sun.tools.ws.ant.WsImport2
-
- WSIMPORT_ARCHIVE_ARTIFACT(Object, Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Adding {0} to the archive {1}
- WSIMPORT_ARCHIVING_ARTIFACTS(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Archiving the generated artifacts into {0}.
- WSIMPORT_AUTH_FILE_NOT_FOUND(Object, Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Authorization file "{0}" not found.
- WSIMPORT_AUTH_INFO_LINENO(Object, Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
"line {0} of {1}
- WSIMPORT_AUTH_INFO_NEEDED(Object, Object, Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
{0}, "{1}" needs authorization, please provide authorization file with read access at {2} or use -Xauthfile to give the authorization file and on each line provide authorization information using this format : http[s]://user:password@host:port//
- WSIMPORT_COMPILING_CODE() - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Compiling code...
- WSIMPORT_DEBUG_MESSAGE(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
[DEBUG] {0}
- WSIMPORT_DOCUMENT_DOWNLOAD(Object, Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Downloading metadata document from {0} to {1}
- WSIMPORT_ERROR_MESSAGE(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
[ERROR] {0}
- WSIMPORT_FAILED_TO_PARSE(Object, Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Failed to parse "{0}": {1}
- WSIMPORT_FETCHING_METADATA() - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Downloading the WSDL and associated metadata
- WSIMPORT_FULLVERSION(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
wsimport full version "{0}"
- WSIMPORT_GENERATING_CODE() - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Generating code...
- WSIMPORT_HELP(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Usage: {0} [options]
where [options] include:
-b specify jaxws/jaxb binding files or additional schemas
(Each must have its own -b)
-B Pass this option to JAXB schema compiler
-catalog specify catalog file to resolve external entity references
supports TR9401, XCatalog, and OASIS XML Catalog format.
- WSIMPORT_HTTP_REDIRECT(Object, Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Server returned HTTP Status code: "{0}", retrying with "{1}"
- WSIMPORT_ILLEGAL_AUTH_INFO(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
"{0}" is not a valid authorization information format.
- WSIMPORT_ILLEGAL_TARGET_VERSION(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
"{0}" is not a valid target version.
- WSIMPORT_INFO_MESSAGE(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
[INFO] {0}
- WSIMPORT_MAX_REDIRECT_ATTEMPT() - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Can not get a WSDL maximum number of redirects(5) reached
- WSIMPORT_MISSING_FILE() - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Missing WSDL_URI
- WSIMPORT_NO_SUCH_JAXB_OPTION(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
no such JAXB option: {0}
- WSIMPORT_NO_WSDL(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Failed to read the WSDL document: {0}, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not .
- WSIMPORT_NOT_A_FILE_NOR_URL(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
"{0}" is neither a file name nor an URL
- WSIMPORT_PARSING_WSDL() - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
parsing WSDL...
- WSIMPORT_READING_AUTH_FILE(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Trying to read authorization file : "{0}"...
- WSIMPORT_USAGE(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Usage: {0} [options]
Use "wsimport -help" for a detailed description of options.
- WSIMPORT_USAGE_EXAMPLES() - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Examples:
wsimport stock.wsdl -b stock.xml -b stock.xjb
wsimport -d generated http://example.org/stock?wsdl
- WSIMPORT_USAGE_EXTENSIONS() - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
Extensions:
-XadditionalHeaders map headers not bound to request or response message to
Java method parameters
-Xauthfile file to carry authorization information in the format
http://username:password@example.org/stock?wsdl
-Xdebug print debug information
-Xno-addressing-databinding enable binding of W3C EndpointReferenceType to Java
-Xnocompile do not compile generated Java files
-XdisableAuthenticator disable Authenticator used by JAX-WS RI,
-Xauthfile option will be ignored if set
-XdisableSSLHostnameVerification disable the SSL Hostname verification while fetching
wsdls
- WSIMPORT_VERSION(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
wsimport version "{0}"
- WSIMPORT_WARNING_MESSAGE(Object) - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
[WARNING] {0}
- WSIMPORT_WSDLLOCATION_CLIENTJAR() - Static method in class com.sun.tools.ws.resources.WscompileMessages
-
wsdlLocation cannot be specified when using clientJar option
- WsimportListener - Class in com.sun.tools.ws.wscompile
-
- WsimportListener() - Constructor for class com.sun.tools.ws.wscompile.WsimportListener
-
- WsimportOptions - Class in com.sun.tools.ws.wscompile
-
- WsimportOptions() - Constructor for class com.sun.tools.ws.wscompile.WsimportOptions
-
- WsimportTool - Class in com.sun.tools.ws.wscompile
-
- WsimportTool(OutputStream) - Constructor for class com.sun.tools.ws.wscompile.WsimportTool
-
- WsimportTool(OutputStream, Container) - Constructor for class com.sun.tools.ws.wscompile.WsimportTool
-
- WsimportTool.Listener - Class in com.sun.tools.ws.wscompile
-
- WsimportTool.Receiver - Class in com.sun.tools.ws.wscompile
-
- WSToolsObjectFactory - Class in com.sun.tools.ws.spi
-
Singleton abstract factory used to produce JAX-WS tools related objects.
- WSToolsObjectFactory() - Constructor for class com.sun.tools.ws.spi.WSToolsObjectFactory
-
- WSToolsObjectFactoryImpl - Class in com.sun.tools.ws.util
-
Factory implementation class to instantiate concrete objects for JAX-WS tools.
- WSToolsObjectFactoryImpl() - Constructor for class com.sun.tools.ws.util.WSToolsObjectFactoryImpl
-