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