public class org.apache.axiom.util.jaxb.UnmarshallerAdapter extends java.lang.Object
{
private final javax.xml.stream.XMLStreamReader reader;
private final javax.xml.bind.attachment.AttachmentUnmarshaller attachmentUnmarshaller;
void <init>(javax.xml.stream.XMLStreamReader, javax.xml.bind.attachment.AttachmentUnmarshaller)
{
javax.xml.bind.attachment.AttachmentUnmarshaller v;
javax.xml.stream.XMLStreamReader v;
org.apache.axiom.util.jaxb.UnmarshallerAdapter v;
v := @this: org.apache.axiom.util.jaxb.UnmarshallerAdapter;
v := @parameter: javax.xml.stream.XMLStreamReader;
v := @parameter: javax.xml.bind.attachment.AttachmentUnmarshaller;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.axiom.util.jaxb.UnmarshallerAdapter: javax.xml.stream.XMLStreamReader reader> = v;
v.<org.apache.axiom.util.jaxb.UnmarshallerAdapter: javax.xml.bind.attachment.AttachmentUnmarshaller attachmentUnmarshaller> = v;
return;
}
public javax.xml.stream.XMLStreamReader getReader()
{
javax.xml.stream.XMLStreamReader v;
org.apache.axiom.util.jaxb.UnmarshallerAdapter v;
v := @this: org.apache.axiom.util.jaxb.UnmarshallerAdapter;
v = v.<org.apache.axiom.util.jaxb.UnmarshallerAdapter: javax.xml.stream.XMLStreamReader reader>;
return v;
}
public javax.xml.bind.attachment.AttachmentUnmarshaller getAttachmentUnmarshaller()
{
javax.xml.bind.attachment.AttachmentUnmarshaller v;
org.apache.axiom.util.jaxb.UnmarshallerAdapter v;
v := @this: org.apache.axiom.util.jaxb.UnmarshallerAdapter;
v = v.<org.apache.axiom.util.jaxb.UnmarshallerAdapter: javax.xml.bind.attachment.AttachmentUnmarshaller attachmentUnmarshaller>;
return v;
}
}