com.sun.tools.ws.processor.model
Class Request
java.lang.Object
com.sun.tools.ws.processor.model.ModelObject
com.sun.tools.ws.processor.model.Message
com.sun.tools.ws.processor.model.Request
public class Request
- 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 |
Request
public Request(Message entity,
ErrorReceiver receiver)
accept
public void accept(ModelVisitor visitor)
throws Exception
- Specified by:
accept
in class ModelObject
- Throws:
Exception