com.sun.tools.ws.processor.model
Class Response
java.lang.Object
com.sun.tools.ws.processor.model.ModelObject
com.sun.tools.ws.processor.model.Message
com.sun.tools.ws.processor.model.Response
public class Response
- extends Message
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 |
Response
public Response(Message entity,
ErrorReceiver receiver)
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