Public Member Functions | |
| MappingFile (JavaWsdlMapping jwMapping) | |
| JavaWsdlMapping | getXmlJavaWsdlMapping () |
| Map | getMappings () |
| String | getMapping (String namespaceURI) |
| String | getClassname (QName xmlType) |
| Iterator | getXmlTypeMappings () |
| String | toString () |
| int | hashCode () |
| boolean | equals (Object other) |
Xavier Delplanque
Helene Joanin
Definition at line 54 of file MappingFile.java.
|
|
Constructor : creates a MappingFile object.
Definition at line 70 of file MappingFile.java. |
|
|
Return true if the 2 objects are equals in value.
Definition at line 208 of file MappingFile.java. References org.objectweb.jonas_ws.deployment.api.MappingFile.getMappings(). Referenced by org.objectweb.jonas_ws.deployment.api.ServiceRefDesc.equals(). |
Here is the call graph for this function:

|
|
Return the Java classname representing the xml type.
Definition at line 166 of file MappingFile.java. Referenced by org.objectweb.jonas_ws.wsgen.generator.axis.VContextFactory.getContext(). |
|
|
Return the package associated with the specified namespaceURI (can be null).
Definition at line 155 of file MappingFile.java. |
|
|
return the mapping between XML namespaces and Java packages defined in the jaxrpc-mapping file.
Definition at line 142 of file MappingFile.java. Referenced by org.objectweb.jonas_ws.deployment.api.MappingFile.equals(). |
|
|
Definition at line 132 of file MappingFile.java. Referenced by org.objectweb.jonas_ws.deployment.tests.WsDeploymentTest.parseJaxrcpMappingElement(), and org.objectweb.jonas_ws.deployment.tests.WsDeploymentTest.startJaxrpcMappingTest(). |
|
|
Return an iterator traversing the list of xmlType mappings.
Definition at line 175 of file MappingFile.java. Referenced by org.objectweb.jonas_ws.wsgen.generator.axis.VContextFactory.getContext(). |
|
|
Definition at line 197 of file MappingFile.java. Referenced by org.objectweb.jonas_ws.deployment.api.ServiceRefDesc.hashCode(). |
|
|
Build a string representation of MappingFile
Definition at line 184 of file MappingFile.java. |
1.3.9.1