HeaderElementImpl.java revision 4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22
843e19887f64dde75055cf8842fc4db2171eff45johnlev//
843e19887f64dde75055cf8842fc4db2171eff45johnlev// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
843e19887f64dde75055cf8842fc4db2171eff45johnlev// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
843e19887f64dde75055cf8842fc4db2171eff45johnlev// Any modifications to this file will be lost upon recompilation of the source schema.
843e19887f64dde75055cf8842fc4db2171eff45johnlev// Generated on: 2012.06.11 at 10:33:54 AM PDT
843e19887f64dde75055cf8842fc4db2171eff45johnlev//
843e19887f64dde75055cf8842fc4db2171eff45johnlev
843e19887f64dde75055cf8842fc4db2171eff45johnlev
843e19887f64dde75055cf8842fc4db2171eff45johnlevpackage com.sun.identity.liberty.ws.common.jaxb.soap.impl;
843e19887f64dde75055cf8842fc4db2171eff45johnlev
843e19887f64dde75055cf8842fc4db2171eff45johnlevpublic class HeaderElementImpl
843e19887f64dde75055cf8842fc4db2171eff45johnlev extends com.sun.identity.liberty.ws.common.jaxb.soap.impl.HeaderTypeImpl
843e19887f64dde75055cf8842fc4db2171eff45johnlev implements com.sun.identity.liberty.ws.common.jaxb.soap.HeaderElement, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.federation.jaxb.entityconfig.impl.runtime.ValidatableObject
843e19887f64dde75055cf8842fc4db2171eff45johnlev{
843e19887f64dde75055cf8842fc4db2171eff45johnlev
843e19887f64dde75055cf8842fc4db2171eff45johnlev public final static java.lang.Class version = (com.sun.identity.liberty.ws.common.jaxb.soap.impl.JAXBVersion.class);
843e19887f64dde75055cf8842fc4db2171eff45johnlev private static com.sun.msv.grammar.Grammar schemaFragment;
843e19887f64dde75055cf8842fc4db2171eff45johnlev
843e19887f64dde75055cf8842fc4db2171eff45johnlev private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
843e19887f64dde75055cf8842fc4db2171eff45johnlev return (com.sun.identity.liberty.ws.common.jaxb.soap.HeaderElement.class);
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
349b53dd4e695e3d833b5380540385145b2d3ae8Stuart Maybee
843e19887f64dde75055cf8842fc4db2171eff45johnlev public java.lang.String ____jaxb_ri____getNamespaceURI() {
843e19887f64dde75055cf8842fc4db2171eff45johnlev return "http://schemas.xmlsoap.org/soap/envelope/";
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab public java.lang.String ____jaxb_ri____getLocalName() {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab return "Header";
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab }
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab public com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab return new com.sun.identity.liberty.ws.common.jaxb.soap.impl.HeaderElementImpl.Unmarshaller(context);
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab }
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab public void serializeBody(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab throws org.xml.sax.SAXException
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab context.startElement("http://schemas.xmlsoap.org/soap/envelope/", "Header");
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab super.serializeURIs(context);
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab context.endNamespaceDecls();
843e19887f64dde75055cf8842fc4db2171eff45johnlev super.serializeAttributes(context);
843e19887f64dde75055cf8842fc4db2171eff45johnlev context.endAttributes();
843e19887f64dde75055cf8842fc4db2171eff45johnlev super.serializeBody(context);
843e19887f64dde75055cf8842fc4db2171eff45johnlev context.endElement();
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev
843e19887f64dde75055cf8842fc4db2171eff45johnlev public void serializeAttributes(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
843e19887f64dde75055cf8842fc4db2171eff45johnlev throws org.xml.sax.SAXException
843e19887f64dde75055cf8842fc4db2171eff45johnlev {
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev
843e19887f64dde75055cf8842fc4db2171eff45johnlev public void serializeURIs(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
843e19887f64dde75055cf8842fc4db2171eff45johnlev throws org.xml.sax.SAXException
843e19887f64dde75055cf8842fc4db2171eff45johnlev {
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev
843e19887f64dde75055cf8842fc4db2171eff45johnlev public java.lang.Class getPrimaryInterface() {
843e19887f64dde75055cf8842fc4db2171eff45johnlev return (com.sun.identity.liberty.ws.common.jaxb.soap.HeaderElement.class);
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev
843e19887f64dde75055cf8842fc4db2171eff45johnlev public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
843e19887f64dde75055cf8842fc4db2171eff45johnlev if (schemaFragment == null) {
843e19887f64dde75055cf8842fc4db2171eff45johnlev schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
843e19887f64dde75055cf8842fc4db2171eff45johnlev "\u00ac\u00ed\u0000\u0005sr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv."
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1q\u0000~\u0000\u0003L\u0000\u0004exp2q\u0000~\u0000\u0003xq\u0000~\u0000\u0004ppsr\u0000\u001dcom.sun.msv.g"
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab+"rammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsr\u0000 com.sun.msv.grammar.O"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"neOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0003xq\u0000~\u0000\u0004sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005val"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"uexp\u0000psq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sr\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0003L\u0000\tnameClassq\u0000~\u0000\u0001xq\u0000~\u0000\u0004ppsr\u00002com.sun.msv.gr"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"ammar.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u000f\u0001"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"q\u0000~\u0000\u0015sr\u0000\'com.sun.msv.grammar.DifferenceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"\u0000\u0003nc1q\u0000~\u0000\u0001L\u0000\u0003nc2q\u0000~\u0000\u0001xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"\u0000\u0001\u0002\u0000\u0000xpsr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0018"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"sr\u0000#com.sun.msv.grammar.ChoiceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003nc1q\u0000~\u0000"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"\u0001L\u0000\u0003nc2q\u0000~\u0000\u0001xq\u0000~\u0000\u0018sr\u0000&com.sun.msv.grammar.NamespaceNameClass"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\fnamespaceURIt\u0000\u0012Ljava/lang/String;xq\u0000~\u0000\u0018t\u0000\u0000sq\u0000~"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"\u0000\u001et\u0000)http://schemas.xmlsoap.org/soap/envelope/sq\u0000~\u0000\u001et\u0000+http:"
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab+"//java.sun.com/jaxb/xjc/dummy-elementssr\u00000com.sun.msv.gramma"
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab+"r.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u0016q\u0000~\u0000\'sq\u0000"
5d2eda970e48f8985448151c73e699614ce9f357John Levon+"~\u0000\nppsq\u0000~\u0000\u0012q\u0000~\u0000\u0010psr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L"
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab+"\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0003L\u0000\u0004namet"
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab+"\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0004q\u0000~\u0000\u0010psr\u0000\"com.sun.msv.d"
5d2eda970e48f8985448151c73e699614ce9f357John Levon+"atatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd"
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab+".BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.Co"
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab+"ncreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatype"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"Impl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000\u001fL\u0000\btypeNameq\u0000~\u0000\u001fL\u0000\nwhiteS"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"pacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 ht"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"tp://www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.dataty"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"pe.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.ms"
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab+"v.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.m"
5d2eda970e48f8985448151c73e699614ce9f357John Levon+"sv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"\u0010psr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"\u001fL\u0000\fnamespaceURIq\u0000~\u0000\u001fxpq\u0000~\u00005q\u0000~\u00004sr\u0000#com.sun.msv.grammar.Sim"
5d2eda970e48f8985448151c73e699614ce9f357John Levon+"pleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u001fL\u0000\fnamespaceURIq\u0000~\u0000\u001f"
5d2eda970e48f8985448151c73e699614ce9f357John Levon+"xq\u0000~\u0000\u0018t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-instanceq\u0000~"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"\u0000\'sq\u0000~\u0000=t\u0000\u0006Headerq\u0000~\u0000#sr\u0000\"com.sun.msv.grammar.ExpressionPool"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/grammar/ExpressionPool"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"$ClosedHash;xpsr\u0000-com.sun.msv.grammar.ExpressionPool$ClosedH"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"ash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006parentt\u0000$Lcom/sun/m"
843e19887f64dde75055cf8842fc4db2171eff45johnlev+"sv/grammar/ExpressionPool;xp\u0000\u0000\u0000\u0004\u0001pq\u0000~\u0000\tq\u0000~\u0000\u000bq\u0000~\u0000\u000eq\u0000~\u0000(x"));
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev
843e19887f64dde75055cf8842fc4db2171eff45johnlev public class Unmarshaller
843e19887f64dde75055cf8842fc4db2171eff45johnlev extends com.sun.identity.federation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
843e19887f64dde75055cf8842fc4db2171eff45johnlev {
843e19887f64dde75055cf8842fc4db2171eff45johnlev
843e19887f64dde75055cf8842fc4db2171eff45johnlev
843e19887f64dde75055cf8842fc4db2171eff45johnlev public Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab super(context, "----");
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab }
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab protected Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context, int startState) {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab this(context);
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab state = startState;
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab }
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab public java.lang.Object owner() {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab return com.sun.identity.liberty.ws.common.jaxb.soap.impl.HeaderElementImpl.this;
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab }
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab throws org.xml.sax.SAXException
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab int attIdx;
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab outer:
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab while (true) {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab switch (state) {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab case 3 :
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab return ;
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab case 1 :
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab if (!(("" == ___uri)||("http://schemas.xmlsoap.org/soap/envelope/" == ___uri))) {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab spawnHandlerFromEnterElement((((com.sun.identity.liberty.ws.common.jaxb.soap.impl.HeaderTypeImpl)com.sun.identity.liberty.ws.common.jaxb.soap.impl.HeaderElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab return ;
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab }
843e19887f64dde75055cf8842fc4db2171eff45johnlev spawnHandlerFromEnterElement((((com.sun.identity.liberty.ws.common.jaxb.soap.impl.HeaderTypeImpl)com.sun.identity.liberty.ws.common.jaxb.soap.impl.HeaderElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
843e19887f64dde75055cf8842fc4db2171eff45johnlev return ;
843e19887f64dde75055cf8842fc4db2171eff45johnlev case 0 :
843e19887f64dde75055cf8842fc4db2171eff45johnlev if (("Header" == ___local)&&("http://schemas.xmlsoap.org/soap/envelope/" == ___uri)) {
843e19887f64dde75055cf8842fc4db2171eff45johnlev context.pushAttributes(__atts, false);
843e19887f64dde75055cf8842fc4db2171eff45johnlev state = 1;
843e19887f64dde75055cf8842fc4db2171eff45johnlev return ;
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev break;
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev super.enterElement(___uri, ___local, ___qname, __atts);
843e19887f64dde75055cf8842fc4db2171eff45johnlev break;
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab }
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab }
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab throws org.xml.sax.SAXException
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab int attIdx;
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab outer:
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab while (true) {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab switch (state) {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab case 3 :
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab revertToParentFromLeaveElement(___uri, ___local, ___qname);
843e19887f64dde75055cf8842fc4db2171eff45johnlev return ;
843e19887f64dde75055cf8842fc4db2171eff45johnlev case 1 :
843e19887f64dde75055cf8842fc4db2171eff45johnlev spawnHandlerFromLeaveElement((((com.sun.identity.liberty.ws.common.jaxb.soap.impl.HeaderTypeImpl)com.sun.identity.liberty.ws.common.jaxb.soap.impl.HeaderElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
5d2eda970e48f8985448151c73e699614ce9f357John Levon return ;
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab case 2 :
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab if (("Header" == ___local)&&("http://schemas.xmlsoap.org/soap/envelope/" == ___uri)) {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab context.popAttributes();
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab state = 3;
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab return ;
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab }
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab break;
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab }
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab super.leaveElement(___uri, ___local, ___qname);
843e19887f64dde75055cf8842fc4db2171eff45johnlev break;
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab }
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab }
843e19887f64dde75055cf8842fc4db2171eff45johnlev
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab throws org.xml.sax.SAXException
349b53dd4e695e3d833b5380540385145b2d3ae8Stuart Maybee {
349b53dd4e695e3d833b5380540385145b2d3ae8Stuart Maybee int attIdx;
349b53dd4e695e3d833b5380540385145b2d3ae8Stuart Maybee outer:
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab while (true) {
843e19887f64dde75055cf8842fc4db2171eff45johnlev switch (state) {
843e19887f64dde75055cf8842fc4db2171eff45johnlev case 3 :
843e19887f64dde75055cf8842fc4db2171eff45johnlev revertToParentFromEnterAttribute(___uri, ___local, ___qname);
843e19887f64dde75055cf8842fc4db2171eff45johnlev return ;
843e19887f64dde75055cf8842fc4db2171eff45johnlev case 1 :
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.common.jaxb.soap.impl.HeaderTypeImpl)com.sun.identity.liberty.ws.common.jaxb.soap.impl.HeaderElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab return ;
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab }
843e19887f64dde75055cf8842fc4db2171eff45johnlev super.enterAttribute(___uri, ___local, ___qname);
843e19887f64dde75055cf8842fc4db2171eff45johnlev break;
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev
843e19887f64dde75055cf8842fc4db2171eff45johnlev public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
843e19887f64dde75055cf8842fc4db2171eff45johnlev throws org.xml.sax.SAXException
843e19887f64dde75055cf8842fc4db2171eff45johnlev {
843e19887f64dde75055cf8842fc4db2171eff45johnlev int attIdx;
843e19887f64dde75055cf8842fc4db2171eff45johnlev outer:
843e19887f64dde75055cf8842fc4db2171eff45johnlev while (true) {
843e19887f64dde75055cf8842fc4db2171eff45johnlev switch (state) {
843e19887f64dde75055cf8842fc4db2171eff45johnlev case 3 :
843e19887f64dde75055cf8842fc4db2171eff45johnlev revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
843e19887f64dde75055cf8842fc4db2171eff45johnlev return ;
843e19887f64dde75055cf8842fc4db2171eff45johnlev case 1 :
843e19887f64dde75055cf8842fc4db2171eff45johnlev spawnHandlerFromLeaveAttribute((((com.sun.identity.liberty.ws.common.jaxb.soap.impl.HeaderTypeImpl)com.sun.identity.liberty.ws.common.jaxb.soap.impl.HeaderElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
843e19887f64dde75055cf8842fc4db2171eff45johnlev return ;
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev super.leaveAttribute(___uri, ___local, ___qname);
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab break;
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab }
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab }
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab
843e19887f64dde75055cf8842fc4db2171eff45johnlev public void handleText(final java.lang.String value)
843e19887f64dde75055cf8842fc4db2171eff45johnlev throws org.xml.sax.SAXException
843e19887f64dde75055cf8842fc4db2171eff45johnlev {
843e19887f64dde75055cf8842fc4db2171eff45johnlev int attIdx;
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab outer:
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab while (true) {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab try {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab switch (state) {
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab case 3 :
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab revertToParentFromText(value);
843e19887f64dde75055cf8842fc4db2171eff45johnlev return ;
843e19887f64dde75055cf8842fc4db2171eff45johnlev case 1 :
843e19887f64dde75055cf8842fc4db2171eff45johnlev spawnHandlerFromText((((com.sun.identity.liberty.ws.common.jaxb.soap.impl.HeaderTypeImpl)com.sun.identity.liberty.ws.common.jaxb.soap.impl.HeaderElementImpl.this).new Unmarshaller(context)), 2, value);
843e19887f64dde75055cf8842fc4db2171eff45johnlev return ;
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev } catch (java.lang.RuntimeException e) {
843e19887f64dde75055cf8842fc4db2171eff45johnlev handleUnexpectedTextException(value, e);
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev break;
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
843e19887f64dde75055cf8842fc4db2171eff45johnlev
843e19887f64dde75055cf8842fc4db2171eff45johnlev }
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab
a576ab5b6e08c47732b3dedca9eaa8a8cbb85720rab}
843e19887f64dde75055cf8842fc4db2171eff45johnlev