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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessagePartInformationHolder
public MessagePartInformationHolder()
getOperationName
public QName getOperationName()
setOperationName
public void setOperationName(QName operationName)
getPartsList
public List getPartsList()
setPartsList
public void setPartsList(List partsList)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.