当前页面:
在线文档首页 >
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
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlReturnValueMapping
public WsdlReturnValueMapping(ServiceEndpointMethodMapping serviceEndpointMethodMapping)
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.