Class JAXBBlockContext

java.lang.Object
org.apache.axis2.datasource.jaxb.JAXBDSContext
org.apache.axis2.jaxws.message.databinding.JAXBBlockContext

public class JAXBBlockContext extends JAXBDSContext
  • Constructor Details

    • JAXBBlockContext

      public JAXBBlockContext(TreeSet<String> packages, String packagesKey)
      Full Constructor JAXBBlockContext (most performant)
      Parameters:
      packages - Set of packages needed by the JAXBContext.
    • JAXBBlockContext

      public JAXBBlockContext(TreeSet<String> packages)
      Slightly slower constructor
      Parameters:
      packages -
    • JAXBBlockContext

      public JAXBBlockContext(String contextPackage)
      Deprecated.
      Normal Constructor JAXBBlockContext
      Parameters:
      contextPackage -
    • JAXBBlockContext

      public JAXBBlockContext(jakarta.xml.bind.JAXBContext jaxbContext)
      "Dispatch" Constructor Use this full constructor when the JAXBContent is provided by the customer.
      Parameters:
      jaxbContext -
  • Method Details