Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

samples.integrationGuide.example1.* (2)samples.integrationGuide.example2.* (4)

Package Samples:

samples.integrationGuide.example1
samples.integrationGuide.example2

Classes:

MyListPortsWriter: This is my example of a class that writes a list of a service's ports to a file named Lst.lst. Note: because of a name clash problem, I add the suffix "Lst". I hope to remove this in a future version of this example. Details of the JavaWriter bug: JavaWriter looks to make sure a class doesn't already exist before creating a file, but not all files that we generate are .class files! This works with deploy.wsdd and undeploy.wsdd because these files just happen to begin with lowercase letters, where Java classes begin with uppercase letters. But this example shows the problem quite well. I would LIKE ...
MyGeneratorFactory: IBM Extension to WSDL2Java Emitter This class is used to locate the IBM extension writers. (For example the IBM JavaType Writer)
MyWSDL2Java
MyDeployWriter
MyEmitter
WSDL2Useless

Home | Contact Us | Privacy Policy | Terms of Service