|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Service Endpoint Method Mapping'. 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
The following features are supported:
Id
Java Method Name
Wsdl Operation
Wrapped Element
Method Param Parts Mappings
Wsdl Return Value Mapping
JaxrpcmapPackage.getServiceEndpointMethodMapping()
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getJavaMethodName()
Returns the value of the 'Java Method Name' attribute |
EList |
getMethodParamPartsMappings()
Returns the value of the 'Method Param Parts Mappings' containment reference list. |
java.lang.String |
getWsdlOperation()
Returns the value of the 'Wsdl Operation' attribute |
WSDLReturnValueMapping |
getWsdlReturnValueMapping()
Returns the value of the 'Wsdl Return Value Mapping' containment reference |
boolean |
isSetWrappedElement()
Returns whether the value of the ' Wrapped Element ' attribute is set |
boolean |
isWrappedElement()
Returns the value of the 'Wrapped Element' attribute |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setJavaMethodName(java.lang.String value)
Sets the value of the ' Java Method Name ' attribute |
void |
setWrappedElement(boolean value)
Sets the value of the ' Wrapped Element ' attribute |
void |
setWsdlOperation(java.lang.String value)
Sets the value of the ' Wsdl Operation ' attribute |
void |
setWsdlReturnValueMapping(WSDLReturnValueMapping value)
Sets the value of the ' Wsdl Return Value Mapping ' containment reference |
void |
unsetWrappedElement()
Unsets the value of the ' Wrapped Element ' attribute |
Method Detail |
public java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
JaxrpcmapPackage.getServiceEndpointMethodMapping_Id()
public void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
public java.lang.String getJavaMethodName()
If the meaning of the 'Java Method Name' attribute isn't clear, there really should be more of a description here...
The java-method-name element defines the name of a Java method within an interface. Used in: service-endpoint-method-mapping
setJavaMethodName(String)
,
JaxrpcmapPackage.getServiceEndpointMethodMapping_JavaMethodName()
public void setJavaMethodName(java.lang.String value)
Java Method Name
' attribute.
value
- the new value of the 'Java Method Name' attribute.getJavaMethodName()
public java.lang.String getWsdlOperation()
If the meaning of the 'Wsdl Operation' attribute isn't clear, there really should be more of a description here...
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
setWsdlOperation(String)
,
JaxrpcmapPackage.getServiceEndpointMethodMapping_WsdlOperation()
public void setWsdlOperation(java.lang.String value)
Wsdl Operation
' attribute.
value
- the new value of the 'Wsdl Operation' attribute.getWsdlOperation()
public boolean isWrappedElement()
If the meaning of the 'Wrapped Element' attribute isn't clear, there really should be more of a description here...
isSetWrappedElement()
,
unsetWrappedElement()
,
setWrappedElement(boolean)
,
JaxrpcmapPackage.getServiceEndpointMethodMapping_WrappedElement()
public void setWrappedElement(boolean value)
Wrapped Element
' attribute.
value
- the new value of the 'Wrapped Element' attribute.isSetWrappedElement()
,
unsetWrappedElement()
,
isWrappedElement()
public void unsetWrappedElement()
Wrapped Element
' attribute.
isSetWrappedElement()
,
isWrappedElement()
,
setWrappedElement(boolean)
public boolean isSetWrappedElement()
Wrapped Element
' attribute is set.
unsetWrappedElement()
,
isWrappedElement()
,
setWrappedElement(boolean)
public EList getMethodParamPartsMappings()
MethodParamPartsMapping
.
If the meaning of the 'Method Param Parts Mappings' containment reference list isn't clear, there really should be more of a description here...
JaxrpcmapPackage.getServiceEndpointMethodMapping_MethodParamPartsMappings()
public WSDLReturnValueMapping getWsdlReturnValueMapping()
If the meaning of the 'Wsdl Return Value Mapping' containment reference isn't clear, there really should be more of a description here...
setWsdlReturnValueMapping(WSDLReturnValueMapping)
,
JaxrpcmapPackage.getServiceEndpointMethodMapping_WsdlReturnValueMapping()
public void setWsdlReturnValueMapping(WSDLReturnValueMapping value)
Wsdl Return Value Mapping
' containment reference.
value
- the new value of the 'Wsdl Return Value Mapping' containment reference.getWsdlReturnValueMapping()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |