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

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.Request

public class Request
extends Message


Field Summary
 
Fields inherited from class com.sun.tools.ws.processor.model.ModelObject
errorReceiver
 
Constructor Summary
Request(Message entity, ErrorReceiver receiver)
           
 
Method Summary
 void accept(ModelVisitor visitor)
           
 
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

Request

public Request(Message entity,
               ErrorReceiver receiver)
Method Detail

accept

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