com.sun.xml.ws.addressing.model
Class MapRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.ws.WebServiceException
                  extended by com.sun.xml.ws.addressing.model.MapRequiredException
All Implemented Interfaces:
Serializable

public class MapRequiredException
extends javax.xml.ws.WebServiceException

See Also:
Serialized Form

Field Summary
(package private)  QName name
           
 
Constructor Summary
MapRequiredException(QName name)
           
 
Method Summary
 QName getMapQName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

QName name
Constructor Detail

MapRequiredException

public MapRequiredException(QName name)
Method Detail

getMapQName

public QName getMapQName()