ServiceEndpointMethodMapping

The service-endpoint-method-mapping element defines the mapping of Java methods to operations (which are not uniquely qualified by qnames).The wsdl-operation should be interpreted with respect to the portType and binding in which this definition is embedded within. See the definitions for service-endpoint-interface-mapping and service-interface-mapping to acquire the proper context. The wrapped-element indicator should only be specified when a WSDL message wraps an element type. The wsdl-return-value-mapping is not specified for one-way operations.Used in: service-endpoint-interface-mapping



Attributes Summary
id : String  
javaMethodName : StringThe java-method-name element defines the name of a Java method within an interface.
wsdlOperation : StringThe wsdl-operation element defines an operation within a WSDL document.
wrappedElement : WrappedElement  
methodParamPartsMappings : MethodParamPartsMapping *  
wsdlReturnValueMapping : WSDLReturnValueMapping  

Attribute Details

id    -     
     data type:  String
     default Value:   unspecified



javaMethodName    -    The java-method-name element defines the name of a Java method within an interface.Used in: service-endpoint-method-mapping
     data type:  String
     default Value:   unspecified



wsdlOperation    -    The wsdl-operation element defines an operation within a WSDL document. It must be interpreted with respect to a port type.Used in: service-endpoint-method-mapping
     data type:  String
     default Value:   unspecified



wrappedElement    -     
     data type: WrappedElement



methodParamPartsMappings    -     
     data type: MethodParamPartsMapping*



wsdlReturnValueMapping    -     
     data type: WSDLReturnValueMapping


Copyright IBM Corp. 1996-2002