com.sun.tools.ws.processor.model
Class Response

java.lang.Object
  extended by com.sun.tools.ws.processor.model.ModelObject
      extended by com.sun.tools.ws.processor.model.Message
          extended by com.sun.tools.ws.processor.model.Response

public class Response
extends Message


Field Summary
 
Fields inherited from class com.sun.tools.ws.processor.model.ModelObject
errorReceiver
 
Constructor Summary
Response(Message entity, ErrorReceiver receiver)
           
 
Method Summary
 void accept(ModelVisitor visitor)
           
 void addFaultBlock(Block b)
           
 int getFaultBlockCount()
           
 Iterator getFaultBlocks()
           
 Map getFaultBlocksMap()
           
 void setFaultBlocksMap(Map m)
           
 
Methods inherited from class com.sun.tools.ws.processor.model.Message
addAttachmentBlock, addBodyBlock, addHeaderBlock, addParameter, addUnboundBlock, getAllBlocks, getAttachmentBlockCount, getAttachmentBlocks, getAttachmentBlocksMap, getBodyBlockCount, getBodyBlocks, getBodyBlocksMap, getHeaderBlockCollection, getHeaderBlockCount, getHeaderBlocks, getHeaderBlocksMap, getParameterByName, getParameters, getParametersList, getUnboundBlocks, getUnboundBlocksCount, getUnboundBlocksMap, isBodyEmpty, isBodyEncoded, setAttachmentBlocksMap, setBodyBlocksMap, setHeaderBlocksMap, setParametersList, setUnboundBlocksMap
 
Methods inherited from class com.sun.tools.ws.processor.model.ModelObject
getEntity, getJavaDoc, getLocator, getProperties, getPropertiesMap, getProperty, removeProperty, setErrorReceiver, setJavaDoc, setPropertiesMap, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

public Response(Message entity,
                ErrorReceiver receiver)
Method Detail

addFaultBlock

public void addFaultBlock(Block b)

getFaultBlocks

public Iterator getFaultBlocks()

getFaultBlockCount

public int getFaultBlockCount()

getFaultBlocksMap

public Map getFaultBlocksMap()

setFaultBlocksMap

public void setFaultBlocksMap(Map m)

accept

public void accept(ModelVisitor visitor)
            throws Exception
Specified by:
accept in class ModelObject
Throws:
Exception