javaee:jaxrpc-mapping-file

The jaxrpc-mapping-file element contains the name of a file that
	    describes the JAX-RPC mapping between the Java interaces used by
	    the application and the WSDL description in the wsdl-file.  The
	    file name is a relative path within the module file.

	    This is not required when JAX-WS based runtime is used.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID optional

Source

<xsd:element name="jaxrpc-mapping-file" type="javaee:pathType" minOccurs="0" maxOccurs="1">
  <xsd:annotation>
    <xsd:documentation>The jaxrpc-mapping-file element contains the name of a file that describes the JAX-RPC mapping between the Java interaces used by the application and the WSDL description in the wsdl-file. The file name is a relative path within the module file. This is not required when JAX-WS based runtime is used.</xsd:documentation>
  </xsd:annotation>
</xsd:element>

Sample