JavaDoc Warnings

The following document contains JavaDoc warnings.

Summary

FilesErrors
4978

Files

FilesErrors
org/codehaus/xfire/MessageContext.java 2
org/codehaus/xfire/aegis/AbstractMessageWriter.java 1
org/codehaus/xfire/aegis/MessageReader.java 2
org/codehaus/xfire/aegis/stax/ElementReader.java 1
org/codehaus/xfire/aegis/stax/ElementWriter.java 1
org/codehaus/xfire/aegis/type/Type.java 1
org/codehaus/xfire/aegis/type/TypeMapping.java 1
org/codehaus/xfire/aegis/type/basic/ArrayType.java 1
org/codehaus/xfire/aegis/type/basic/BeanType.java 2
org/codehaus/xfire/aegis/type/collection/MapType.java 1
org/codehaus/xfire/aegis/type/mtom/XOPType.java 1
org/codehaus/xfire/annotations/AnnotationServiceFactory.java 1
org/codehaus/xfire/annotations/commons/HandlerChain.java 1
org/codehaus/xfire/annotations/commons/Oneway.java 1
org/codehaus/xfire/annotations/commons/WebMethod.java 1
org/codehaus/xfire/annotations/commons/WebParam.java 1
org/codehaus/xfire/annotations/commons/WebResult.java 1
org/codehaus/xfire/annotations/commons/WebService.java 1
org/codehaus/xfire/annotations/commons/soap/SOAPBinding.java 1
org/codehaus/xfire/annotations/commons/soap/SOAPMessageHandlers.java 1
org/codehaus/xfire/client/XFireProxyFactory.java 1
org/codehaus/xfire/client/http/AbstractHttpClient.java 3
org/codehaus/xfire/fault/XFireFault.java 1
org/codehaus/xfire/handler/AbstractHandler.java 2
org/codehaus/xfire/handler/Handler.java 2
org/codehaus/xfire/handler/HandlerPipeline.java 2
org/codehaus/xfire/plexus/PlexusXFireTest.java 4
org/codehaus/xfire/plexus/config/DefaultConfigurationService.java 1
org/codehaus/xfire/plexus/config/ObjectServiceConfigurator.java 1
org/codehaus/xfire/service/OperationInfo.java 2
org/codehaus/xfire/service/Service.java 1
org/codehaus/xfire/service/ServiceFactory.java 1
org/codehaus/xfire/service/ServiceInfo.java 1
org/codehaus/xfire/service/binding/ObjectInvoker.java 1
org/codehaus/xfire/service/binding/ObjectServiceFactory.java 2
org/codehaus/xfire/spring/remoting/XFireProxyFactoryBean.java 1
org/codehaus/xfire/transport/AbstractWSDLTransport.java 3
org/codehaus/xfire/transport/DefaultTransportManager.java 4
org/codehaus/xfire/transport/DelegatedTransport.java 1
org/codehaus/xfire/transport/Session.java 1
org/codehaus/xfire/transport/TransportManager.java 3
org/codehaus/xfire/transport/http/XFireConfigurableServlet.java 1
org/codehaus/xfire/util/NamespaceHelper.java 2
org/codehaus/xfire/wsdl11/WSDL11Transport.java 4
org/codehaus/xfire/wsdl11/builder/AbstractWSDL.java 2
org/codehaus/xfire/wsdl/SchemaType.java 4
org/codehaus/xfire/xmpp/SoapIQProvider.java 1
org/codehaus/xfire/xmpp/XMPPFaultHandler.java 1
org/codehaus/xfire/xmpp/XMPPTransport.java 2

org/codehaus/xfire/MessageContext.java

ErrorLine
@return tag has no arguments. 112
@return tag has no arguments. 127

org/codehaus/xfire/aegis/AbstractMessageWriter.java

ErrorLine
@param argument "writer" is not a parameter name. 16

org/codehaus/xfire/aegis/MessageReader.java

ErrorLine
@return tag has no arguments. 39
@return tag has no arguments. 44

org/codehaus/xfire/aegis/stax/ElementReader.java

ErrorLine
@param argument "resourceAsStream" is not a parameter name. 63

org/codehaus/xfire/aegis/stax/ElementWriter.java

ErrorLine
Tag @see: can't find getWriter(java.lang.String) in org.codehaus.xfire.aegis.MessageWriter 149

org/codehaus/xfire/aegis/type/Type.java

ErrorLine
@return tag has no arguments. 108

org/codehaus/xfire/aegis/type/TypeMapping.java

ErrorLine
@param argument "xmlType" is not a parameter name. 21

org/codehaus/xfire/aegis/type/basic/ArrayType.java

ErrorLine
@return tag has no arguments. 320

org/codehaus/xfire/aegis/type/basic/BeanType.java

ErrorLine
Tag @see: can't find writeObject(java.lang.Object) in org.codehaus.xfire.aegis.type.Type 139
Tag @see: can't find writeSchema() in org.codehaus.xfire.aegis.type.Type 210

org/codehaus/xfire/aegis/type/collection/MapType.java

ErrorLine
@return tag has no arguments. 110

org/codehaus/xfire/aegis/type/mtom/XOPType.java

ErrorLine
@return tag has no arguments. 73

org/codehaus/xfire/annotations/AnnotationServiceFactory.java

ErrorLine
@return tag has no arguments. 146

org/codehaus/xfire/annotations/commons/HandlerChain.java

ErrorLine
@@org.apache.commons.attributes.Target(org.apache.commons.attributes.Target.CLASS) is an unknown tag. 12

org/codehaus/xfire/annotations/commons/Oneway.java

ErrorLine
@@org.apache.commons.attributes.Target(org.apache.commons.attributes.Target.METHOD) is an unknown tag. 10

org/codehaus/xfire/annotations/commons/WebMethod.java

ErrorLine
@@org.apache.commons.attributes.Target(org.apache.commons.attributes.Target.METHOD) is an unknown tag. 12

org/codehaus/xfire/annotations/commons/WebParam.java

ErrorLine
@@org.apache.commons.attributes.Target(org.apache.commons.attributes.Target.METHOD_PARAMETER) is an unknown tag. 12

org/codehaus/xfire/annotations/commons/WebResult.java

ErrorLine
@@org.apache.commons.attributes.Target(org.apache.commons.attributes.Target.RETURN) is an unknown tag. 12

org/codehaus/xfire/annotations/commons/WebService.java

ErrorLine
@@org.apache.commons.attributes.Target(org.apache.commons.attributes.Target.CLASS) is an unknown tag. 12

org/codehaus/xfire/annotations/commons/soap/SOAPBinding.java

ErrorLine
@@org.apache.commons.attributes.Target(org.apache.commons.attributes.Target.CLASS) is an unknown tag. 12

org/codehaus/xfire/annotations/commons/soap/SOAPMessageHandlers.java

ErrorLine
@@org.apache.commons.attributes.Target(org.apache.commons.attributes.Target.CLASS) is an unknown tag. 14

org/codehaus/xfire/client/XFireProxyFactory.java

ErrorLine
@param argument "serviceInterface" is not a parameter name. 68

org/codehaus/xfire/client/http/AbstractHttpClient.java

ErrorLine
@return tag has no arguments. 111
@return tag cannot be used in method with void return type. 111
@param argument "reader" is not a parameter name. 134

org/codehaus/xfire/fault/XFireFault.java

ErrorLine
@return tag has no arguments. 263

org/codehaus/xfire/handler/AbstractHandler.java

ErrorLine
Tag @see: can't find handleFault(java.lang.Exception, org.codehaus.xfire.MessageContext) in org.codehaus.xfire.handler.Handler 41
@param argument "e" is not a parameter name. 41

org/codehaus/xfire/handler/Handler.java

ErrorLine
@return tag has no arguments. 44
@param argument "message" is not a parameter name. 53

org/codehaus/xfire/handler/HandlerPipeline.java

ErrorLine
@return tag has no arguments. 128
@param argument "pipeline" is not a parameter name. 128

org/codehaus/xfire/plexus/PlexusXFireTest.java

ErrorLine
@return tag has no arguments. 135
@return tag has no arguments. 147
@return tag has no arguments. 190
@param argument "string" is not a parameter name. 190

org/codehaus/xfire/plexus/config/DefaultConfigurationService.java

ErrorLine
@param argument "arg0" is not a parameter name. 125

org/codehaus/xfire/plexus/config/ObjectServiceConfigurator.java

ErrorLine
@return tag has no arguments. 217

org/codehaus/xfire/service/OperationInfo.java

ErrorLine
@return tag has no arguments. 85
@return tag has no arguments. 99

org/codehaus/xfire/service/Service.java

ErrorLine
Tag @see: reference not found: org.codehaus.xfire.service.binding.SOAPBinding 27

org/codehaus/xfire/service/ServiceFactory.java

ErrorLine
@return tag has no arguments. 56

org/codehaus/xfire/service/ServiceInfo.java

ErrorLine
@return tag has no arguments. 159

org/codehaus/xfire/service/binding/ObjectInvoker.java

ErrorLine
@return tag has no arguments. 173

org/codehaus/xfire/service/binding/ObjectServiceFactory.java

ErrorLine
@return tag has no arguments. 115
@return tag has no arguments. 392

org/codehaus/xfire/spring/remoting/XFireProxyFactoryBean.java

ErrorLine
Tag @see: can't find setServiceInterface in org.codehaus.xfire.spring.remoting.XFireProxyFactoryBean 19

org/codehaus/xfire/transport/AbstractWSDLTransport.java

ErrorLine
Tag @see: can't find createBinding(javax.wsdl.PortType) in org.codehaus.xfire.transport.Transport 47
Tag @see: can't find createPort(javax.wsdl.Binding) in org.codehaus.xfire.transport.Transport 80
Tag @see: can't find createBindingOperation(javax.wsdl.Message, javax.wsdl.Message, org.codehaus.xfire.java.JavaService) in org.codehaus.xfire.transport.Transport 99

org/codehaus/xfire/transport/DefaultTransportManager.java

ErrorLine
@param argument "xfire" is not a parameter name. 43
@param argument "registry" is not a parameter name. 75
@return tag has no arguments. 154
@return tag has no arguments. 213

org/codehaus/xfire/transport/DelegatedTransport.java

ErrorLine
@return tag has no arguments. 25

org/codehaus/xfire/transport/Session.java

ErrorLine
@return tag has no arguments. 16

org/codehaus/xfire/transport/TransportManager.java

ErrorLine
@return tag has no arguments. 27
@return tag has no arguments. 36
@return tag has no arguments. 53

org/codehaus/xfire/transport/http/XFireConfigurableServlet.java

ErrorLine
Tag @see: can't find init() in javax.servlet.Servlet 32

org/codehaus/xfire/util/NamespaceHelper.java

ErrorLine
@param argument "nsUri" is not a parameter name. 24
@param argument "nsUri" is not a parameter name. 57

org/codehaus/xfire/wsdl11/WSDL11Transport.java

ErrorLine
@param argument "service" is not a parameter name. 22
@return tag has no arguments. 28
@return tag has no arguments. 36
@param argument "service" is not a parameter name. 36

org/codehaus/xfire/wsdl11/builder/AbstractWSDL.java

ErrorLine
Tag @see: can't find getDocument() in org.codehaus.xfire.wsdl.WSDLWriter 183
@return tag has no arguments. 215

org/codehaus/xfire/wsdl/SchemaType.java

ErrorLine
@return tag has no arguments. 23
@return tag has no arguments. 30
@return tag has no arguments. 37
@return tag has no arguments. 51

org/codehaus/xfire/xmpp/SoapIQProvider.java

ErrorLine
@return tag has no arguments. 45

org/codehaus/xfire/xmpp/XMPPFaultHandler.java

ErrorLine
@param argument "e" is not a parameter name. 23

org/codehaus/xfire/xmpp/XMPPTransport.java

ErrorLine
@return tag has no arguments. 60
@return tag has no arguments. 76