Package org.apache.cxf.ws.discovery.wsdl
Class ObjectFactory
java.lang.Object
org.apache.cxf.ws.discovery.wsdl.ObjectFactory
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2022-12-18T10:01:55-05: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 Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.discovery.wsdl -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AppSequenceType>createAppSequence(AppSequenceType value) Create an instance ofAppSequenceTypejakarta.xml.bind.JAXBElement<ByeType>Create an instance ofByeTypejakarta.xml.bind.JAXBElement<HelloType>createHello(HelloType value) Create an instance ofHelloTypejakarta.xml.bind.JAXBElement<Long>createMetadataVersion(Long value) jakarta.xml.bind.JAXBElement<ProbeType>createProbe(ProbeType value) jakarta.xml.bind.JAXBElement<ProbeMatchesType>Create an instance ofProbeMatchesTypeCreate an instance ofProbeMatchTypeCreate an instance ofProbeTypejakarta.xml.bind.JAXBElement<ResolveType>createResolve(ResolveType value) jakarta.xml.bind.JAXBElement<ResolveMatchesType>Create an instance ofResolveMatchesTypeCreate an instance ofResolveMatchTypeCreate an instance ofResolveTypejakarta.xml.bind.JAXBElement<ScopesType>createScopes(ScopesType value) Create an instance ofScopesTypejakarta.xml.bind.JAXBElement<SecurityType>createSecurity(SecurityType value) Create an instance ofSecurityTypejakarta.xml.bind.JAXBElement<SigType>Create an instance ofSigTypecreateSupportedMatchingRules(List<String> value) createTypes(List<QName> value) createXAddrs(List<String> value)
-
Constructor Details
-
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 Details
-
createHelloType
Create an instance ofHelloType -
createByeType
Create an instance ofByeType -
createProbeType
Create an instance ofProbeType -
createProbeMatchesType
Create an instance ofProbeMatchesType -
createResolveType
Create an instance ofResolveType -
createResolveMatchesType
Create an instance ofResolveMatchesType -
createScopesType
Create an instance ofScopesType -
createSecurityType
Create an instance ofSecurityType -
createSigType
Create an instance ofSigType -
createAppSequenceType
Create an instance ofAppSequenceType -
createProbeMatchType
Create an instance ofProbeMatchType -
createResolveMatchType
Create an instance ofResolveMatchType -
createHello
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<HelloType>
-
createBye
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ByeType>
-
createProbe
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProbeType>
-
createProbeMatches
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProbeMatchesType>
-
createResolve
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ResolveType>
-
createResolveMatches
public jakarta.xml.bind.JAXBElement<ResolveMatchesType> createResolveMatches(ResolveMatchesType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ResolveMatchesType>
-
createTypes
-
createScopes
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ScopesType>
-
createXAddrs
-
createMetadataVersion
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Long>
-
createSupportedMatchingRules
-
createSecurity
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SecurityType>
-
createSig
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SigType>
-
createAppSequence
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AppSequenceType>
-