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