站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

WsdlReturnValueMapping (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.webservice.metadata.jaxrpcmapping
Class WsdlReturnValueMapping

java.lang.Object
  extended byorg.jboss.webservice.metadata.jaxrpcmapping.WsdlReturnValueMapping

public class WsdlReturnValueMapping
extends Object

XML mapping of the java-wsdl-mapping/service-endpoint-interface-mapping/service-endpoint-method-mapping/wsdl-return-value-mapping element.

Since:
14-May-2004
Author:
Thomas.Diesler@jboss.org

Constructor Summary
WsdlReturnValueMapping(ServiceEndpointMethodMapping serviceEndpointMethodMapping)
           
 
Method Summary
 String getMethodReturnValue()
           
 ServiceEndpointMethodMapping getServiceEndpointMethodMapping()
           
 javax.xml.namespace.QName getWsdlMessage()
           
 String getWsdlMessagePartName()
           
 void setMethodReturnValue(String methodReturnValue)
           
 void setWsdlMessage(javax.xml.namespace.QName wsdlMessage)
           
 void setWsdlMessagePartName(String wsdlMessagePartName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlReturnValueMapping

public WsdlReturnValueMapping(ServiceEndpointMethodMapping serviceEndpointMethodMapping)
Method Detail

getServiceEndpointMethodMapping

public ServiceEndpointMethodMapping getServiceEndpointMethodMapping()

getMethodReturnValue

public String getMethodReturnValue()

setMethodReturnValue

public void setMethodReturnValue(String methodReturnValue)

getWsdlMessage

public javax.xml.namespace.QName getWsdlMessage()

setWsdlMessage

public void setWsdlMessage(javax.xml.namespace.QName wsdlMessage)

getWsdlMessagePartName

public String getWsdlMessagePartName()

setWsdlMessagePartName

public void setWsdlMessagePartName(String wsdlMessagePartName)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.