axis-rt-core/src/main/java/org/apache/axis/message/SOAPDocumentImpl.java (12 lines):
- line 78: * TODO: link with SOAP
- line 103: * TODO: verify this method
- line 154: // TODO: not implemented yet
- line 222: * TODO: How Axis will maintain the Attribute representation ?
- line 325: // TODO : ...
- line 329: // TODO : any idea?
- line 366: // TODO: confirm SOAP 1.1!
- line 376: // TODO:
- line 383: // TODO:
- line 637: * TODO: Study it more.... to implement the deep mode correctly.
- line 645: * TODO: is it OK to simply call the superclass?
- line 652: // TODO: fill appropriate features
axis-rt-core/src/main/java/org/apache/axis/message/MessageElement.java (10 lines):
- line 72: // TODO: implement the NodeList methods properly, with tests.
- line 336: /** !!! TODO : Make sure this handles multiple targets
- line 1287: // TODO: this code does not verify that the mapping does not exist already; it
- line 1426: // TODO: for some reason this logic catches all rutime exceptions and
- line 1436: //TODO: why is this here? Nowhere else do we turn runtimes into SOAPExceptions.
- line 1746: // TODO: Fix this for SAAJ 1.2 Implementation. marked as deprecated to warn people
- line 1773: // TODO: implement
- line 1785: // TODO: implement properly.
- line 1830: // TODO: this could be refactored to use getAttributeValue()
- line 1877: return null; //TODO: Fix this for SAAJ 1.2 Implementation
axis-rt-core/src/main/java/org/apache/axis/description/JavaServiceDesc.java (6 lines):
- line 264: // FIXME : Throw an error?
- line 497: // TODO the above code is weird: a JavaServiceDesc can be document or rpc and
- line 749: // FIXME : Should we prefer an exact match from a base class over
- line 1047: // FIXME : Check for existing ones and fault if found
- line 1059: // FIXME : Throw an error?
- line 1136: * TODO: Make this more efficient
axis-model/src/main/java/org/apache/axis/model/util/AxisXMLHelper.java (3 lines):
- line 44: // TODO: this is actually not entirely correct; Axis may generate QNames that are not strictly valid (such as "ns:>fault") and they should be represented using a specific class
- line 78: // TODO: emit warning here
- line 79: // TODO: add unit test for this case
axis-rt-core/src/main/java/org/apache/axis/wsdl/symbolTable/SymbolTable.java (3 lines):
- line 2262: // TODO - If we are unable to represent any of the types in the
- line 2727: // TODO: what to do with layout info?
- line 2864: // TODO error checking:
axis-rt-core/src/main/java/org/apache/axis/message/NodeImpl.java (3 lines):
- line 119: //TODO: Fix this for SAAJ 1.2 Implementation
- line 461: return false; //TODO: Fix this for SAAJ 1.2 Implementation
- line 676: //TODO: Fix this for SAAJ 1.2 Implementation
soapmonitor-client/src/main/java/org/apache/axis/utils/SOAPMonitor.java (3 lines):
- line 568: * TODO: support JAX-RPC type definition (i.e.
TODO: how to set the URL in a service
axis-rt-core/src/main/java/org/apache/axis/message/SOAPHandler.java (1 line): - line 73: // TODO: both soap encoding style is registered ? axis-rt-provider-bsf/src/main/java/org/apache/axis/providers/BSFProvider.java (1 line): - line 77: // FIXME : There should be a cleaner way to do this... axis-rt-core/src/main/java/org/apache/axis/utils/Admin.java (1 line): - line 162: // TODO: Better handling here axis-rt-core/src/main/java/org/apache/axis/encoding/ser/SimpleListSerializer.java (1 line): - line 251: // TODO the attribute name needs to be preserved from the XML axis-model/src/main/java/org/apache/axis/model/wsdd/impl/Helper.java (1 line): - line 33: // TODO: very naive implementation; need more fine grained merging axis-rt-core/src/main/java/org/apache/axis/encoding/ser/SimpleSerializer.java (1 line): - line 267: // TODO the attribute name needs to be preserved from the XML axis-rt-core/src/main/java/org/apache/axis/encoding/ser/BeanPropertyTarget.java (1 line): - line 131: //TODO: why is this just logged on the server-side and not thrown back to the client??? maven/nsmap/src/main/java/org/apache/axis/tools/maven/shared/nsmap/MappingUtil.java (1 line): - line 30: // TODO: this returns a HashMap because the toJava emitter expects a HashMap (bad!) axis-rt-core/src/main/java/org/apache/axis/handlers/soap/SOAPService.java (1 line): - line 262: // FIXME: Throw NPE? axis-rt-jws/src/main/java/org/apache/axis/handlers/JWSHandler.java (1 line): - line 143: // !!! TODO: add a switch to control this. axis-rt-transport-jms/src/main/java/org/apache/axis/components/jms/JMSVendorAdapter.java (1 line): - line 205: * TODO: just copy all properties that are not used for the JMS connector axis-rt-core/src/main/java/org/apache/axis/message/SOAPHeaderElement.java (1 line): - line 80: // FIXME : This needs to come from someplace reasonable, perhaps axis-model/src/main/java/org/apache/axis/model/wsdd/WSDDExtendedMetaData.java (1 line): - line 31: // TODO: emit warning axis-rt-core/src/main/java/org/apache/axis/transport/http/HTTPSender.java (1 line): - line 326: //TODO HTTP/1.1 axis-codegen/src/main/java/org/apache/axis/wsdl/toJava/JavaGeneratorFactory.java (1 line): - line 590: // TODO - If the itemEntry is not found, we need to throw axis-rt-core/src/main/java/org/apache/axis/components/uuid/SimpleUUIDGen.java (1 line): - line 100: // TODO: this method has to be checked for it's correctness. I'm not sure the standard is axis-rt-core/src/main/java/org/apache/axis/client/Service.java (1 line): - line 434: // TODO: Check the methods and the parameters as well. maven/wsdd-maven-plugin/src/main/java/org/apache/axis/tools/maven/wsdd/GenerateWSDDMojo.java (1 line): - line 90: // TODO: copy & paste from AbstractGenerateWsdlMojo axis-rt-core/src/main/java/org/apache/axis/message/EnvelopeBuilder.java (1 line): - line 109: // TODO: insert soap 1.1 upgrade header in case of soap 1.2 response if axis-rt-core/src/main/java/org/apache/axis/encoding/TypeMappingImpl.java (1 line): - line 682: // TODO: it always returns the last registered one,