org.apache.axis2.jaxws.marshaller.impl.alt
Class UnmarshalInfo

java.lang.Object
  extended by org.apache.axis2.jaxws.marshaller.impl.alt.UnmarshalInfo

public class UnmarshalInfo
extends Object

Information saved from a prior unmarshal that is used to speed up subsequent unmarshalling.


Field Summary
static String KEY
           
 
Method Summary
 TreeSet<String> getPackages()
           
 String getPackagesKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final String KEY
See Also:
Constant Field Values
Method Detail

getPackages

public TreeSet<String> getPackages()
Returns:
list of packages...used by caller to build a JAXBContext

getPackagesKey

public String getPackagesKey()
Returns:
packagesKey...used by caller as a key to get JAXBContext


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.