Uses of Interface
org.eclipse.jst.j2ee.webservice.jaxrpcmap.WSDLMessage

Packages that use WSDLMessage
org.eclipse.jst.j2ee.webservice.jaxrpcmap   
 

Uses of WSDLMessage in org.eclipse.jst.j2ee.webservice.jaxrpcmap
 

Methods in org.eclipse.jst.j2ee.webservice.jaxrpcmap that return WSDLMessage
 WSDLMessage WSDLReturnValueMapping.getWsdlMessage()
          Returns the value of the 'Wsdl Message' containment reference
 WSDLMessage JaxrpcmapFactory.createWSDLMessage()
          Returns a new object of class 'WSDL Message'
 WSDLMessage ExceptionMapping.getWsdlMessage()
          Returns the value of the 'Wsdl Message' containment reference
 WSDLMessage WSDLMessageMapping.getWsdlMessage()
          Returns the value of the 'Wsdl Message' containment reference
 

Methods in org.eclipse.jst.j2ee.webservice.jaxrpcmap with parameters of type WSDLMessage
 void WSDLReturnValueMapping.setWsdlMessage(WSDLMessage value)
          Sets the value of the 'Wsdl Message' containment reference
 void ExceptionMapping.setWsdlMessage(WSDLMessage value)
          Sets the value of the 'Wsdl Message' containment reference
 void WSDLMessageMapping.setWsdlMessage(WSDLMessage value)
          Sets the value of the 'Wsdl Message' containment reference