public class ObjectFactory extends Object
| 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)
value - Java instance representing xml element's value.JAXBElement<HelloType>public JAXBElement<ByeType> createBye(ByeType value)
value - Java instance representing xml element's value.JAXBElement<ByeType>public JAXBElement<ProbeType> createProbe(ProbeType value)
value - Java instance representing xml element's value.JAXBElement<ProbeType>public JAXBElement<ProbeMatchesType> createProbeMatches(ProbeMatchesType value)
value - Java instance representing xml element's value.JAXBElement<ProbeMatchesType>public JAXBElement<ResolveType> createResolve(ResolveType value)
value - Java instance representing xml element's value.JAXBElement<ResolveType>public JAXBElement<ResolveMatchesType> createResolveMatches(ResolveMatchesType value)
value - Java instance representing xml element's value.JAXBElement<ResolveMatchesType>public JAXBElement<List<QName>> createTypes(List<QName> value)
value - Java instance representing xml element's value.JAXBElement<List<QName>>public JAXBElement<ScopesType> createScopes(ScopesType value)
value - Java instance representing xml element's value.JAXBElement<ScopesType>public JAXBElement<List<String>> createXAddrs(List<String> value)
value - Java instance representing xml element's value.JAXBElement<List<String>>public JAXBElement<Long> createMetadataVersion(Long value)
value - Java instance representing xml element's value.JAXBElement<Long>public JAXBElement<List<String>> createSupportedMatchingRules(List<String> value)
value - Java instance representing xml element's value.JAXBElement<List<String>>public JAXBElement<SecurityType> createSecurity(SecurityType value)
value - Java instance representing xml element's value.JAXBElement<SecurityType>public JAXBElement<SigType> createSig(SigType value)
value - Java instance representing xml element's value.JAXBElement<SigType>public JAXBElement<AppSequenceType> createAppSequence(AppSequenceType value)
value - Java instance representing xml element's value.JAXBElement<AppSequenceType>Apache CXF