org.jboss.webservice.metadata.jaxrpcmapping
Class WsdlReturnValueMapping
java.lang.Object
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
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)
serialize
public String serialize()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.