org.jvnet.ogc.gml.v_3_1_1.jts
Class JAXBContextImpl

java.lang.Object
  extended by javax.xml.bind.JAXBContext
      extended by org.jvnet.ogc.gml.v_3_1_1.jts.JAXBContextImpl

public class JAXBContextImpl
extends javax.xml.bind.JAXBContext


Field Summary
 
Fields inherited from class javax.xml.bind.JAXBContext
JAXB_CONTEXT_FACTORY
 
Constructor Summary
JAXBContextImpl(javax.xml.bind.JAXBContext context, JTSToGML311ConverterInterface<net.opengis.gml.v_3_1_1.AbstractGeometryType,net.opengis.gml.v_3_1_1.GeometryPropertyType,com.vividsolutions.jts.geom.Geometry> marshallerConverter, GML311ToJTSConverterInterface<net.opengis.gml.v_3_1_1.AbstractGeometryType,java.lang.Object,com.vividsolutions.jts.geom.Geometry> unmarshallerConverter)
           
 
Method Summary
 javax.xml.bind.Marshaller createMarshaller()
           
 javax.xml.bind.Unmarshaller createUnmarshaller()
           
 javax.xml.bind.Validator createValidator()
           
 
Methods inherited from class javax.xml.bind.JAXBContext
createBinder, createBinder, createJAXBIntrospector, generateSchema, newInstance, newInstance, newInstance, newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBContextImpl

public JAXBContextImpl(javax.xml.bind.JAXBContext context,
                       JTSToGML311ConverterInterface<net.opengis.gml.v_3_1_1.AbstractGeometryType,net.opengis.gml.v_3_1_1.GeometryPropertyType,com.vividsolutions.jts.geom.Geometry> marshallerConverter,
                       GML311ToJTSConverterInterface<net.opengis.gml.v_3_1_1.AbstractGeometryType,java.lang.Object,com.vividsolutions.jts.geom.Geometry> unmarshallerConverter)
Method Detail

createUnmarshaller

public javax.xml.bind.Unmarshaller createUnmarshaller()
                                               throws javax.xml.bind.JAXBException
Specified by:
createUnmarshaller in class javax.xml.bind.JAXBContext
Throws:
javax.xml.bind.JAXBException

createMarshaller

public javax.xml.bind.Marshaller createMarshaller()
                                           throws javax.xml.bind.JAXBException
Specified by:
createMarshaller in class javax.xml.bind.JAXBContext
Throws:
javax.xml.bind.JAXBException

createValidator

public javax.xml.bind.Validator createValidator()
                                         throws javax.xml.bind.JAXBException
Specified by:
createValidator in class javax.xml.bind.JAXBContext
Throws:
javax.xml.bind.JAXBException


Copyright © 2008-2011 Highsource. All Rights Reserved.