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.oasis_open.docs.wsn.br_2
|
public ObjectFactory()
public ResourceNotDestroyedFaultType createResourceNotDestroyedFaultType()
ResourceNotDestroyedFaultType
public DestroyRegistrationResponse createDestroyRegistrationResponse()
DestroyRegistrationResponse
public PublisherRegistrationRP createPublisherRegistrationRP()
PublisherRegistrationRP
public DestroyRegistration createDestroyRegistration()
DestroyRegistration
public PublisherRegistrationRejectedFaultType createPublisherRegistrationRejectedFaultType()
PublisherRegistrationRejectedFaultType
public RegisterPublisher createRegisterPublisher()
RegisterPublisher
public NotificationBrokerRP createNotificationBrokerRP()
NotificationBrokerRP
public RegisterPublisherResponse createRegisterPublisherResponse()
RegisterPublisherResponse
public PublisherRegistrationFailedFaultType createPublisherRegistrationFailedFaultType()
PublisherRegistrationFailedFaultType
public JAXBElement<Boolean> createDemand(Boolean value)
public JAXBElement<ResourceNotDestroyedFaultType> createResourceNotDestroyedFault(ResourceNotDestroyedFaultType value)
public JAXBElement<W3CEndpointReference> createPublisherReference(W3CEndpointReference value)
public JAXBElement<TopicExpressionType> createTopic(TopicExpressionType value)
public JAXBElement<XMLGregorianCalendar> createCreationTime(XMLGregorianCalendar value)
public JAXBElement<W3CEndpointReference> createConsumerReference(W3CEndpointReference value)
public JAXBElement<PublisherRegistrationRejectedFaultType> createPublisherRegistrationRejectedFault(PublisherRegistrationRejectedFaultType value)
public JAXBElement<Boolean> createRequiresRegistration(Boolean value)
public JAXBElement<PublisherRegistrationFailedFaultType> createPublisherRegistrationFailedFault(PublisherRegistrationFailedFaultType value)
Apache CXF