* @param attributeName the key to store the unmarshalled object in the current context
* @throws WsBindingException on any error in finding or accessing factory, or creating unmarshaller
*/
public ContextAttributeUnmarshallingInHandler(String bindingName, String packageName, String attributeName)
throws WsBindingException {
m_unmarshaller = new UnmarshallingPayloadReader(bindingName, packageName);
m_attributeName = attributeName;
}