Apache CXF API

org.apache.cxf.ws.discovery.wsdl
Class ObjectFactory

java.lang.Object
  extended by org.apache.cxf.ws.discovery.wsdl.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.ws.discovery.wsdl package.

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 Summary
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
 
Method Summary
 JAXBElement<AppSequenceType> createAppSequence(AppSequenceType value)
          Create an instance of JAXBElement<AppSequenceType>}
 AppSequenceType createAppSequenceType()
          Create an instance of AppSequenceType
 JAXBElement<ByeType> createBye(ByeType value)
          Create an instance of JAXBElement<ByeType>}
 ByeType createByeType()
          Create an instance of ByeType
 JAXBElement<HelloType> createHello(HelloType value)
          Create an instance of JAXBElement<HelloType>}
 HelloType createHelloType()
          Create an instance of HelloType
 JAXBElement<Long> createMetadataVersion(Long value)
          Create an instance of JAXBElement<Long>}
 JAXBElement<ProbeType> createProbe(ProbeType value)
          Create an instance of JAXBElement<ProbeType>}
 JAXBElement<ProbeMatchesType> createProbeMatches(ProbeMatchesType value)
          Create an instance of JAXBElement<ProbeMatchesType>}
 ProbeMatchesType createProbeMatchesType()
          Create an instance of ProbeMatchesType
 ProbeMatchType createProbeMatchType()
          Create an instance of ProbeMatchType
 ProbeType createProbeType()
          Create an instance of ProbeType
 JAXBElement<ResolveType> createResolve(ResolveType value)
          Create an instance of JAXBElement<ResolveType>}
 JAXBElement<ResolveMatchesType> createResolveMatches(ResolveMatchesType value)
          Create an instance of JAXBElement<ResolveMatchesType>}
 ResolveMatchesType createResolveMatchesType()
          Create an instance of ResolveMatchesType
 ResolveMatchType createResolveMatchType()
          Create an instance of ResolveMatchType
 ResolveType createResolveType()
          Create an instance of ResolveType
 JAXBElement<ScopesType> createScopes(ScopesType value)
          Create an instance of JAXBElement<ScopesType>}
 ScopesType createScopesType()
          Create an instance of ScopesType
 JAXBElement<SecurityType> createSecurity(SecurityType value)
          Create an instance of JAXBElement<SecurityType>}
 SecurityType createSecurityType()
          Create an instance of SecurityType
 JAXBElement<SigType> createSig(SigType value)
          Create an instance of JAXBElement<SigType>}
 SigType createSigType()
          Create an instance of SigType
 JAXBElement<List<String>> createSupportedMatchingRules(List<String> value)
          Create an instance of JAXBElement<List<String>>}
 JAXBElement<List<QName>> createTypes(List<QName> value)
          Create an instance of JAXBElement<List<QName>>}
 JAXBElement<List<String>> createXAddrs(List<String> value)
          Create an instance of JAXBElement<List<String>>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public 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

Method Detail

createHelloType

public HelloType createHelloType()
Create an instance of HelloType


createSecurityType

public SecurityType createSecurityType()
Create an instance of SecurityType


createProbeMatchType

public ProbeMatchType createProbeMatchType()
Create an instance of ProbeMatchType


createResolveType

public ResolveType createResolveType()
Create an instance of ResolveType


createResolveMatchType

public ResolveMatchType createResolveMatchType()
Create an instance of ResolveMatchType


createByeType

public ByeType createByeType()
Create an instance of ByeType


createScopesType

public ScopesType createScopesType()
Create an instance of ScopesType


createAppSequenceType

public AppSequenceType createAppSequenceType()
Create an instance of AppSequenceType


createSigType

public SigType createSigType()
Create an instance of SigType


createResolveMatchesType

public ResolveMatchesType createResolveMatchesType()
Create an instance of ResolveMatchesType


createProbeMatchesType

public ProbeMatchesType createProbeMatchesType()
Create an instance of ProbeMatchesType


createProbeType

public ProbeType createProbeType()
Create an instance of ProbeType


createBye

public JAXBElement<ByeType> createBye(ByeType value)
Create an instance of JAXBElement<ByeType>}


createResolveMatches

public JAXBElement<ResolveMatchesType> createResolveMatches(ResolveMatchesType value)
Create an instance of JAXBElement<ResolveMatchesType>}


createResolve

public JAXBElement<ResolveType> createResolve(ResolveType value)
Create an instance of JAXBElement<ResolveType>}


createXAddrs

public JAXBElement<List<String>> createXAddrs(List<String> value)
Create an instance of JAXBElement<List<String>>}


createSupportedMatchingRules

public JAXBElement<List<String>> createSupportedMatchingRules(List<String> value)
Create an instance of JAXBElement<List<String>>}


createMetadataVersion

public JAXBElement<Long> createMetadataVersion(Long value)
Create an instance of JAXBElement<Long>}


createSecurity

public JAXBElement<SecurityType> createSecurity(SecurityType value)
Create an instance of JAXBElement<SecurityType>}


createHello

public JAXBElement<HelloType> createHello(HelloType value)
Create an instance of JAXBElement<HelloType>}


createProbeMatches

public JAXBElement<ProbeMatchesType> createProbeMatches(ProbeMatchesType value)
Create an instance of JAXBElement<ProbeMatchesType>}


createAppSequence

public JAXBElement<AppSequenceType> createAppSequence(AppSequenceType value)
Create an instance of JAXBElement<AppSequenceType>}


createProbe

public JAXBElement<ProbeType> createProbe(ProbeType value)
Create an instance of JAXBElement<ProbeType>}


createSig

public JAXBElement<SigType> createSig(SigType value)
Create an instance of JAXBElement<SigType>}


createScopes

public JAXBElement<ScopesType> createScopes(ScopesType value)
Create an instance of JAXBElement<ScopesType>}


createTypes

public JAXBElement<List<QName>> createTypes(List<QName> value)
Create an instance of JAXBElement<List<QName>>}


Apache CXF API

Apache CXF