org.jboss.webservice.metadata.jaxrpcmapping
Class WsdlReturnValueMapping

java.lang.Object
  extended by org.jboss.webservice.metadata.jaxrpcmapping.WsdlReturnValueMapping
All Implemented Interfaces:
Serializable

public class WsdlReturnValueMapping
extends Object
implements Serializable

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
See Also:
Serialized Form

Constructor Summary
WsdlReturnValueMapping(ServiceEndpointMethodMapping serviceEndpointMethodMapping)
           
 
Method Summary
 String getMethodReturnValue()
           
 ServiceEndpointMethodMapping getServiceEndpointMethodMapping()
           
 javax.xml.namespace.QName getWsdlMessage()
           
 String getWsdlMessagePartName()
           
 String serialize()
           
 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)

serialize

public String serialize()


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