This type is a class for model objects.
The wsdl-message-mapping element defines the mapping to a specific message and its part. Together they define uniquely the mapping for a specific parameter. Parts within a message context are uniquely identified with their names. The parameter-mode is defined by the mapping to indicate whether the mapping will be IN, OUT, or INOUT.. The presence of the soap-header element indicates that the parameter is mapped to a soap header only. When absent, it means that the wsdl-message is mapped to a Java parameter. The soap headers are interpreted in the order they are provided in the mapping. Used in: method-param-parts-mapping
Package: jaxrpcmapAttributes Summary | |
id : EString | * No description is available * |
wsdlMessagePartName : EString | Interpretation of the wsdl-message-part-name element depends on whether or not wrapped-element has been defined in the service-endpoint-method-mapping. If wrapped-element is not specified, wsdl-message-part-name defines a WSDL message part. It should always be interpreter with respect to a wsdl-message element. If wrapped-element is specified, wsdl-message-part-name refers to an element name of the element type. Used in: wsdl-message-mapping, wsdl-return-value-mapping |
parameterMode : EString | The parameter-mode element defines the mode of the parameter. It can have only three values, IN, OUT, INOUT. Used in: wsdl-message-mapping |
soapHeader : EBoolean | * No description is available * |
wsdlMessage : WSDLMessage @ | * No description is available * |
Attribute Details |