8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster//
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// Any modifications to this file will be lost upon recompilation of the source schema.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// Generated on: 2012.06.11 at 10:33:54 AM PDT
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster//
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterpackage com.sun.identity.liberty.ws.common.jaxb.ac.impl;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterpublic class HTTPElementImpl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster extends com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPTypeImpl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster implements com.sun.identity.liberty.ws.common.jaxb.ac.HTTPElement, 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
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster{
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public final static java.lang.Class version = (com.sun.identity.liberty.ws.common.jaxb.ac.impl.JAXBVersion.class);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster private static com.sun.msv.grammar.Grammar schemaFragment;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return (com.sun.identity.liberty.ws.common.jaxb.ac.HTTPElement.class);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.lang.String ____jaxb_ri____getNamespaceURI() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return "urn:liberty:ac:2003-08";
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.lang.String ____jaxb_ri____getLocalName() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return "HTTP";
f2b7e2373c5d1aacf05b91ab8e316d6aea0b948bDavid Luna }
f2b7e2373c5d1aacf05b91ab8e316d6aea0b948bDavid Luna
f2b7e2373c5d1aacf05b91ab8e316d6aea0b948bDavid Luna public com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
f2b7e2373c5d1aacf05b91ab8e316d6aea0b948bDavid Luna return new com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPElementImpl.Unmarshaller(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void serializeBody(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.startElement("urn:liberty:ac:2003-08", "HTTP");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.serializeURIs(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endNamespaceDecls();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.serializeAttributes(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endAttributes();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.serializeBody(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.endElement();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void serializeAttributes(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void serializeURIs(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
f2b7e2373c5d1aacf05b91ab8e316d6aea0b948bDavid Luna {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
f2b7e2373c5d1aacf05b91ab8e316d6aea0b948bDavid Luna
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.lang.Class getPrimaryInterface() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return (com.sun.identity.liberty.ws.common.jaxb.ac.HTTPElement.class);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (schemaFragment == null) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster "\u00ac\u00ed\u0000\u0005sr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\fcontentModelt\u0000 Lcom/sun/msv/grammar/Expression;xr\u0000\u001ecom.sun."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"msv.grammar.Expression\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Lj"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ava/lang/Boolean;L\u0000\u000bexpandedExpq\u0000~\u0000\u0003xppp\u0000sr\u0000\u001fcom.sun.msv.gra"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"mmar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.BinaryExp"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\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"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"rammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\bppsr\u0000 com.sun.msv.grammar.O"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"neOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\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"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"uexp\u0000psq\u0000~\u0000\nq\u0000~\u0000\u0010psq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\nppsq\u0000~\u0000\fq\u0000~\u0000\u0010psr\u0000 com.s"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"un.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0003L\u0000\tnameClas"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"sq\u0000~\u0000\u0001xq\u0000~\u0000\u0004q\u0000~\u0000\u0010psr\u00002com.sun.msv.grammar.Expression$AnyStri"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ngExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004sq\u0000~\u0000\u000f\u0001q\u0000~\u0000\u0018sr\u0000 com.sun.msv.gra"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"mmar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameClas"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"s\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$EpsilonExpr"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"ession\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u0019q\u0000~\u0000\u001esr\u0000#com.sun.msv.grammar.Sim"
f2b7e2373c5d1aacf05b91ab8e316d6aea0b948bDavid Luna+"pleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fn"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"amespaceURIq\u0000~\u0000 xq\u0000~\u0000\u001bt\u0000;com.sun.identity.liberty.ws.common."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"jaxb.ac.ExtensionElementt\u0000+http://java.sun.com/jaxb/xjc/dumm"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"y-elementssq\u0000~\u0000\u0000q\u0000~\u0000\u0010p\u0000sq\u0000~\u0000\u0007ppsq\u0000~\u0000\u0000pp\u0000sq\u0000~\u0000\nppsq\u0000~\u0000\fq\u0000~\u0000\u0010p"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"sq\u0000~\u0000\u0015q\u0000~\u0000\u0010pq\u0000~\u0000\u0018q\u0000~\u0000\u001cq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u00008com.sun.identity.liberty"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+".ws.common.jaxb.ac.ExtensionTypeq\u0000~\u0000#sq\u0000~\u0000\nppsq\u0000~\u0000\u0015q\u0000~\u0000\u0010psr\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0003L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"StringPair;xq\u0000~\u0000\u0004q\u0000~\u0000\u0010psr\u0000\"com.sun.msv.datatype.xsd.QnameTyp"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicType\u0000\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fna"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"mespaceUriq\u0000~\u0000 L\u0000\btypeNameq\u0000~\u0000 L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/2001"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xsd.WhiteSpacePro"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"cessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.White"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"SpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expressio"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"n$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0004q\u0000~\u0000\u0010psr\u0000\u001bcom.sun.msv.ut"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"il.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000 L\u0000\fnamespaceURIq\u0000~\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+" xpq\u0000~\u00009q\u0000~\u00008sq\u0000~\u0000\u001ft\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchem"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"a-instanceq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u0000\tExtensiont\u0000\u0016urn:liberty:ac:2003-08q\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u0000\u001esq\u0000~\u0000\nppsq\u0000~\u0000\u0015q\u0000~\u0000\u0010pq\u0000~\u00001q\u0000~\u0000Aq\u0000~\u0000\u001esq\u0000~\u0000\u001ft\u0000\u0004HTTPq\u0000~\u0000Fsr\u0000\""
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"com.sun.msv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/L"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"com/sun/msv/grammar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun."
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"msv.grammar.ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rs"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"treamVersionL\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"xp\u0000\u0000\u0000\u000b\u0001pq\u0000~\u0000\u000bq\u0000~\u0000\u000eq\u0000~\u0000\u0014q\u0000~\u0000(q\u0000~\u0000\u0013q\u0000~\u0000\'q\u0000~\u0000\tq\u0000~\u0000%q\u0000~\u0000,q\u0000~\u0000Gq\u0000"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster+"~\u0000\u0011x"));
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public class Unmarshaller
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster extends com.sun.identity.federation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super(context, "----");
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster protected Unmarshaller(com.sun.identity.federation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context, int startState) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster this(context);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = startState;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public java.lang.Object owner() {
f2b7e2373c5d1aacf05b91ab8e316d6aea0b948bDavid Luna return com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPElementImpl.this;
f2b7e2373c5d1aacf05b91ab8e316d6aea0b948bDavid Luna }
f2b7e2373c5d1aacf05b91ab8e316d6aea0b948bDavid Luna
f2b7e2373c5d1aacf05b91ab8e316d6aea0b948bDavid Luna public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 0 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("HTTP" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.pushAttributes(__atts, false);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 1;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 1 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster spawnHandlerFromEnterElement((((com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPTypeImpl)com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("Extension" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster spawnHandlerFromEnterElement((((com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPTypeImpl)com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster spawnHandlerFromEnterElement((((com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPTypeImpl)com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.enterElement(___uri, ___local, ___qname, __atts);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster throws org.xml.sax.SAXException
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster int attIdx;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster outer:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster while (true) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster switch (state) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 3 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster revertToParentFromLeaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 2 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster if (("HTTP" == ___local)&&("urn:liberty:ac:2003-08" == ___uri)) {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster context.popAttributes();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster state = 3;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster case 1 :
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster spawnHandlerFromLeaveElement((((com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPTypeImpl)com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster return ;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster super.leaveElement(___uri, ___local, ___qname);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster break;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster }
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 3 :
revertToParentFromEnterAttribute(___uri, ___local, ___qname);
return ;
case 1 :
spawnHandlerFromEnterAttribute((((com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPTypeImpl)com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
super.enterAttribute(___uri, ___local, ___qname);
break;
}
}
public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
switch (state) {
case 3 :
revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
return ;
case 1 :
spawnHandlerFromLeaveAttribute((((com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPTypeImpl)com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPElementImpl.this).new Unmarshaller(context)), 2, ___uri, ___local, ___qname);
return ;
}
super.leaveAttribute(___uri, ___local, ___qname);
break;
}
}
public void handleText(final java.lang.String value)
throws org.xml.sax.SAXException
{
int attIdx;
outer:
while (true) {
try {
switch (state) {
case 3 :
revertToParentFromText(value);
return ;
case 1 :
spawnHandlerFromText((((com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPTypeImpl)com.sun.identity.liberty.ws.common.jaxb.ac.impl.HTTPElementImpl.this).new Unmarshaller(context)), 2, value);
return ;
}
} catch (java.lang.RuntimeException e) {
handleUnexpectedTextException(value, e);
}
break;
}
}
}
}