Class ObjectFactory


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-06-06T11:41:37-04:00")
    public class ObjectFactory
    extends Object
    This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.ws.discovery.wsdl package.

    An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

    • Constructor Detail

      • ObjectFactory

        public ObjectFactory()
        Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.discovery.wsdl
    • Method Detail

      • createByeType

        public ByeType createByeType()
        Create an instance of ByeType
      • createSigType

        public SigType createSigType()
        Create an instance of SigType
      • createHello

        public javax.xml.bind.JAXBElement<HelloType> createHello​(HelloType value)
        Create an instance of JAXBElement<HelloType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<HelloType>
      • createBye

        public javax.xml.bind.JAXBElement<ByeType> createBye​(ByeType value)
        Create an instance of JAXBElement<ByeType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<ByeType>
      • createProbe

        public javax.xml.bind.JAXBElement<ProbeType> createProbe​(ProbeType value)
        Create an instance of JAXBElement<ProbeType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<ProbeType>
      • createResolve

        public javax.xml.bind.JAXBElement<ResolveType> createResolve​(ResolveType value)
        Create an instance of JAXBElement<ResolveType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<ResolveType>
      • createTypes

        public javax.xml.bind.JAXBElement<List<QName>> createTypes​(List<QName> value)
        Create an instance of JAXBElement<List<QName>>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<List<QName>>
      • createScopes

        public javax.xml.bind.JAXBElement<ScopesType> createScopes​(ScopesType value)
        Create an instance of JAXBElement<ScopesType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<ScopesType>
      • createXAddrs

        public javax.xml.bind.JAXBElement<List<String>> createXAddrs​(List<String> value)
        Create an instance of JAXBElement<List<String>>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<List<String>>
      • createMetadataVersion

        public javax.xml.bind.JAXBElement<Long> createMetadataVersion​(Long value)
        Create an instance of JAXBElement<Long>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<Long>
      • createSupportedMatchingRules

        public javax.xml.bind.JAXBElement<List<String>> createSupportedMatchingRules​(List<String> value)
        Create an instance of JAXBElement<List<String>>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<List<String>>
      • createSecurity

        public javax.xml.bind.JAXBElement<SecurityType> createSecurity​(SecurityType value)
        Create an instance of JAXBElement<SecurityType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<SecurityType>
      • createSig

        public javax.xml.bind.JAXBElement<SigType> createSig​(SigType value)
        Create an instance of JAXBElement<SigType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<SigType>