Package com.sun.tools.ws.processor.model
Class Message
java.lang.Object
com.sun.tools.ws.processor.model.ModelObject
com.sun.tools.ws.processor.model.Message
- Author:
- WS Development Team
-
Field Summary
Fields inherited from class com.sun.tools.ws.processor.model.ModelObject
errorReceiver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachment blockvoidvoidvoidvoidintintintgetParameterByName(String name) intbooleanbooleanvoidvoidvoidvoidvoidMethods inherited from class com.sun.tools.ws.processor.model.ModelObject
accept, getEntity, getJavaDoc, getLocator, getProperties, getPropertiesMap, getProperty, removeProperty, setErrorReceiver, setJavaDoc, setPropertiesMap, setProperty
-
Constructor Details
-
Message
-
-
Method Details
-
addBodyBlock
-
getBodyBlocks
-
getBodyBlockCount
public int getBodyBlockCount() -
getBodyBlocksMap
-
setBodyBlocksMap
-
isBodyEmpty
public boolean isBodyEmpty() -
isBodyEncoded
public boolean isBodyEncoded() -
addHeaderBlock
-
getHeaderBlocks
-
getHeaderBlockCollection
-
getHeaderBlockCount
public int getHeaderBlockCount() -
getHeaderBlocksMap
-
setHeaderBlocksMap
-
addAttachmentBlock
attachment block -
addUnboundBlock
-
getUnboundBlocks
-
getUnboundBlocksMap
-
getUnboundBlocksCount
public int getUnboundBlocksCount() -
setUnboundBlocksMap
-
getAttachmentBlocks
-
getAttachmentBlockCount
public int getAttachmentBlockCount() -
getAttachmentBlocksMap
-
setAttachmentBlocksMap
-
addParameter
-
getParameterByName
-
getParameters
-
getParametersList
-
setParametersList
-
getAllBlocks
-