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 v2.3.5", date="2023-06-06T11:41:37-04:00") public class ObjectFactory extends ObjectThis 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
Constructors Constructor Description 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 Summary
-
-
-
Method Detail
-
createProbeMatchesType
public ProbeMatchesType createProbeMatchesType()
Create an instance ofProbeMatchesType
-
createResolveType
public ResolveType createResolveType()
Create an instance ofResolveType
-
createResolveMatchesType
public ResolveMatchesType createResolveMatchesType()
Create an instance ofResolveMatchesType
-
createScopesType
public ScopesType createScopesType()
Create an instance ofScopesType
-
createSecurityType
public SecurityType createSecurityType()
Create an instance ofSecurityType
-
createAppSequenceType
public AppSequenceType createAppSequenceType()
Create an instance ofAppSequenceType
-
createProbeMatchType
public ProbeMatchType createProbeMatchType()
Create an instance ofProbeMatchType
-
createResolveMatchType
public ResolveMatchType createResolveMatchType()
Create an instance ofResolveMatchType
-
createHello
public javax.xml.bind.JAXBElement<HelloType> createHello(HelloType value)
- 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)
- 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)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProbeType>
-
createProbeMatches
public javax.xml.bind.JAXBElement<ProbeMatchesType> createProbeMatches(ProbeMatchesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProbeMatchesType>
-
createResolve
public javax.xml.bind.JAXBElement<ResolveType> createResolve(ResolveType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ResolveType>
-
createResolveMatches
public javax.xml.bind.JAXBElement<ResolveMatchesType> createResolveMatches(ResolveMatchesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ResolveMatchesType>
-
createScopes
public javax.xml.bind.JAXBElement<ScopesType> createScopes(ScopesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ScopesType>
-
createMetadataVersion
public javax.xml.bind.JAXBElement<Long> createMetadataVersion(Long value)
- 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)
-
createSecurity
public javax.xml.bind.JAXBElement<SecurityType> createSecurity(SecurityType value)
- 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)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SigType>
-
createAppSequence
public javax.xml.bind.JAXBElement<AppSequenceType> createAppSequence(AppSequenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AppSequenceType>
-
-