SecurityHeaderTypeImpl.java revision c1350cf5bc50458ba79cc93ff9e0e5fe3f1aeeb0
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay//
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay// Any modifications to this file will be lost upon recompilation of the source schema.
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay// Generated on: 2012.06.11 at 10:34:16 AM PDT
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay//
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemaypackage com.sun.identity.wsfederation.jaxb.wsse.impl;
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemaypublic class SecurityHeaderTypeImpl implements com.sun.identity.wsfederation.jaxb.wsse.SecurityHeaderType, com.sun.xml.bind.JAXBObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallableObject, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializable, com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.ValidatableObject
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay{
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay protected com.sun.xml.bind.util.ListImpl _Any;
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay public final static java.lang.Class version = (com.sun.identity.wsfederation.jaxb.wsse.impl.JAXBVersion.class);
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay private static com.sun.msv.grammar.Grammar schemaFragment;
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay return (com.sun.identity.wsfederation.jaxb.wsse.SecurityHeaderType.class);
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay protected com.sun.xml.bind.util.ListImpl _getAny() {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay if (_Any == null) {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay _Any = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay return _Any;
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay public java.util.List getAny() {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay return _getAny();
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay public com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay return new com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityHeaderTypeImpl.Unmarshaller(context);
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay public void serializeBody(com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay throws org.xml.sax.SAXException
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay int idx1 = 0;
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay final int len1 = ((_Any == null)? 0 :_Any.size());
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay while (idx1 != len1) {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay context.childAsBody(((com.sun.xml.bind.JAXBObject) _Any.get(idx1 ++)), "Any");
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay public void serializeAttributes(com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay throws org.xml.sax.SAXException
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay int idx1 = 0;
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay final int len1 = ((_Any == null)? 0 :_Any.size());
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay while (idx1 != len1) {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay idx1 += 1;
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay public void serializeURIs(com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.XMLSerializer context)
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay throws org.xml.sax.SAXException
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay int idx1 = 0;
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay final int len1 = ((_Any == null)? 0 :_Any.size());
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay while (idx1 != len1) {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay idx1 += 1;
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay public java.lang.Class getPrimaryInterface() {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay return (com.sun.identity.wsfederation.jaxb.wsse.SecurityHeaderType.class);
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay if (schemaFragment == null) {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay "\u00ac\u00ed\u0000\u0005sr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun."
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gramm"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"ar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expression"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000bex"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"pandedExpq\u0000~\u0000\u0002xpppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002x"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"q\u0000~\u0000\u0003sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psr\u0000\'com.sun"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+".msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLc"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"om/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv.grammar.Element"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"Exp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000\fcontentModelq\u0000"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\np\u0000sr\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\fxq\u0000~\u0000\u0003ppsr\u00002com.sun.msv.gramm"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"ar.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\t\u0001q\u0000~"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"\u0000\u0012sr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+".msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u0000&com.sun.msv.grammar.N"
1c6f894b8df0697f8689142b3e866c575efed9ebJason Lemay+"amespaceNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\fnamespaceURIt\u0000\u0012Ljava/lang/Str"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"ing;xq\u0000~\u0000\u0015t\u0000+http://java.sun.com/jaxb/xjc/dummy-elementssr\u00000"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"com.sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000x"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"q\u0000~\u0000\u0003q\u0000~\u0000\u0013q\u0000~\u0000\u001csr\u0000\"com.sun.msv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/grammar/ExpressionPool$Closed"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"Hash;xpsr\u0000-com.sun.msv.grammar.ExpressionPool$ClosedHash\u00d7j\u00d0N"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006parentt\u0000$Lcom/sun/msv/gram"
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay+"mar/ExpressionPool;xp\u0000\u0000\u0000\u0002\u0001pq\u0000~\u0000\u0005q\u0000~\u0000\bx"));
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay public class Unmarshaller
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay extends com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.AbstractUnmarshallingEventHandlerImpl
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay public Unmarshaller(com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context) {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay super(context, "--");
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay protected Unmarshaller(com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.UnmarshallingContext context, int startState) {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay this(context);
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay state = startState;
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay public java.lang.Object owner() {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay return com.sun.identity.wsfederation.jaxb.wsse.impl.SecurityHeaderTypeImpl.this;
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay throws org.xml.sax.SAXException
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay int attIdx;
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay outer:
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay while (true) {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay switch (state) {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay case 1 :
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay if (true) {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay java.lang.Object co = spawnWildcard(1, ___uri, ___local, ___qname, __atts);
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay if (co!= null) {
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay _getAny().add(co);
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay return ;
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay }
5f22ff8ce7baf0b39668468cc854eec3eb946003Jason Lemay revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
return ;
case 0 :
if (true) {
java.lang.Object co = spawnWildcard(1, ___uri, ___local, ___qname, __atts);
if (co!= null) {
_getAny().add(co);
}
return ;
}
state = 1;
continue outer;
}
super.enterElement(___uri, ___local, ___qname, __atts);
break;
}
}
public void leaveElement(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 1 :
revertToParentFromLeaveElement(___uri, ___local, ___qname);
return ;
case 0 :
state = 1;
continue outer;
}
super.leaveElement(___uri, ___local, ___qname);
break;
}
}
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 1 :
revertToParentFromEnterAttribute(___uri, ___local, ___qname);
return ;
case 0 :
state = 1;
continue outer;
}
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 1 :
revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
return ;
case 0 :
state = 1;
continue outer;
}
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 1 :
revertToParentFromText(value);
return ;
case 0 :
state = 1;
continue outer;
}
} catch (java.lang.RuntimeException e) {
handleUnexpectedTextException(value, e);
}
break;
}
}
}
}