public class ObjectFactory extends Object
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 and 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
|
public ObjectFactory()
public ResolveMatchesType createResolveMatchesType()
ResolveMatchesTypepublic SecurityType createSecurityType()
SecurityTypepublic AppSequenceType createAppSequenceType()
AppSequenceTypepublic ResolveType createResolveType()
ResolveTypepublic ProbeMatchesType createProbeMatchesType()
ProbeMatchesTypepublic ScopesType createScopesType()
ScopesTypepublic ProbeMatchType createProbeMatchType()
ProbeMatchTypepublic ResolveMatchType createResolveMatchType()
ResolveMatchTypepublic JAXBElement<ResolveMatchesType> createResolveMatches(ResolveMatchesType value)
public JAXBElement<List<QName>> createTypes(List<QName> value)
public JAXBElement<List<String>> createXAddrs(List<String> value)
public JAXBElement<ProbeType> createProbe(ProbeType value)
public JAXBElement<SecurityType> createSecurity(SecurityType value)
public JAXBElement<AppSequenceType> createAppSequence(AppSequenceType value)
public JAXBElement<ResolveType> createResolve(ResolveType value)
public JAXBElement<List<String>> createSupportedMatchingRules(List<String> value)
public JAXBElement<ByeType> createBye(ByeType value)
public JAXBElement<ProbeMatchesType> createProbeMatches(ProbeMatchesType value)
public JAXBElement<Long> createMetadataVersion(Long value)
public JAXBElement<SigType> createSig(SigType value)
public JAXBElement<HelloType> createHello(HelloType value)
public JAXBElement<ScopesType> createScopes(ScopesType value)
Apache CXF