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()
ResolveMatchesType
public SecurityType createSecurityType()
SecurityType
public AppSequenceType createAppSequenceType()
AppSequenceType
public ResolveType createResolveType()
ResolveType
public ProbeMatchesType createProbeMatchesType()
ProbeMatchesType
public ScopesType createScopesType()
ScopesType
public ProbeMatchType createProbeMatchType()
ProbeMatchType
public ResolveMatchType createResolveMatchType()
ResolveMatchType
public 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