Package org.apache.axis2.wsdl.util
Class MessagePartInformationHolder
- java.lang.Object
-
- org.apache.axis2.wsdl.util.MessagePartInformationHolder
-
public class MessagePartInformationHolder extends Object
This class acts as the holder for the information that is required to be attached to the AxisMessage during unwrapping
-
-
Constructor Summary
Constructors Constructor Description MessagePartInformationHolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getOperationName()
List
getPartsList()
void
setOperationName(QName operationName)
void
setPartsList(List partsList)
-