org.apache.axis2.wsdl.util
Class MessagePartInformationHolder

java.lang.Object
  extended by org.apache.axis2.wsdl.util.MessagePartInformationHolder

public class MessagePartInformationHolder
extends java.lang.Object

This class acts as the holder for the information that is required to be attached to the AxisMessage during unwrapping


Constructor Summary
MessagePartInformationHolder()
           
 
Method Summary
 QName getOperationName()
           
 java.util.List getPartsList()
           
 void setOperationName(QName operationName)
           
 void setPartsList(java.util.List partsList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagePartInformationHolder

public MessagePartInformationHolder()
Method Detail

getOperationName

public QName getOperationName()

setOperationName

public void setOperationName(QName operationName)

getPartsList

public java.util.List getPartsList()

setPartsList

public void setPartsList(java.util.List partsList)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.