org.jboss.webservice.metadata.jaxrpcmapping
Class ExceptionMapping

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

public class ExceptionMapping
extends Object
implements Serializable

XML mapping of the java-wsdl-mapping/exception-mapping element.

Since:
14-May-2004
Author:
Thomas.Diesler@jboss.org
See Also:
Serialized Form

Constructor Summary
ExceptionMapping(JavaWsdlMapping javaWsdlMapping)
           
 
Method Summary
 void addConstructorParameter(String elementName)
           
 String[] getConstructorParameterOrder()
           
 String getExceptionType()
           
 JavaWsdlMapping getJavaWsdlMapping()
           
 javax.xml.namespace.QName getWsdlMessage()
           
 String serialize()
           
 void setExceptionType(String exceptionType)
           
 void setWsdlMessage(javax.xml.namespace.QName wsdlMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionMapping

public ExceptionMapping(JavaWsdlMapping javaWsdlMapping)
Method Detail

getJavaWsdlMapping

public JavaWsdlMapping getJavaWsdlMapping()

getExceptionType

public String getExceptionType()

setExceptionType

public void setExceptionType(String exceptionType)

getWsdlMessage

public javax.xml.namespace.QName getWsdlMessage()

setWsdlMessage

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

getConstructorParameterOrder

public String[] getConstructorParameterOrder()

addConstructorParameter

public void addConstructorParameter(String elementName)

serialize

public String serialize()


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