@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2021-12-16T09:39:37-05:00") 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 NotificationBrokerRP createNotificationBrokerRP()
NotificationBrokerRP
public PublisherRegistrationRP createPublisherRegistrationRP()
PublisherRegistrationRP
public RegisterPublisher createRegisterPublisher()
RegisterPublisher
public RegisterPublisherResponse createRegisterPublisherResponse()
RegisterPublisherResponse
public PublisherRegistrationRejectedFaultType createPublisherRegistrationRejectedFaultType()
PublisherRegistrationRejectedFaultType
public PublisherRegistrationFailedFaultType createPublisherRegistrationFailedFaultType()
PublisherRegistrationFailedFaultType
public DestroyRegistration createDestroyRegistration()
DestroyRegistration
public DestroyRegistrationResponse createDestroyRegistrationResponse()
DestroyRegistrationResponse
public ResourceNotDestroyedFaultType createResourceNotDestroyedFaultType()
ResourceNotDestroyedFaultType
public JAXBElement<Boolean> createRequiresRegistration(Boolean value)
value
- Java instance representing xml element's value.JAXBElement
<
Boolean
>
public JAXBElement<W3CEndpointReference> createPublisherReference(W3CEndpointReference value)
value
- Java instance representing xml element's value.JAXBElement
<
W3CEndpointReference
>
public JAXBElement<W3CEndpointReference> createConsumerReference(W3CEndpointReference value)
value
- Java instance representing xml element's value.JAXBElement
<
W3CEndpointReference
>
public JAXBElement<TopicExpressionType> createTopic(TopicExpressionType value)
value
- Java instance representing xml element's value.JAXBElement
<
TopicExpressionType
>
public JAXBElement<Boolean> createDemand(Boolean value)
value
- Java instance representing xml element's value.JAXBElement
<
Boolean
>
public JAXBElement<XMLGregorianCalendar> createCreationTime(XMLGregorianCalendar value)
value
- Java instance representing xml element's value.JAXBElement
<
XMLGregorianCalendar
>
public JAXBElement<PublisherRegistrationRejectedFaultType> createPublisherRegistrationRejectedFault(PublisherRegistrationRejectedFaultType value)
value
- Java instance representing xml element's value.JAXBElement
<
PublisherRegistrationRejectedFaultType
>
public JAXBElement<PublisherRegistrationFailedFaultType> createPublisherRegistrationFailedFault(PublisherRegistrationFailedFaultType value)
value
- Java instance representing xml element's value.JAXBElement
<
PublisherRegistrationFailedFaultType
>
public JAXBElement<ResourceNotDestroyedFaultType> createResourceNotDestroyedFault(ResourceNotDestroyedFaultType value)
value
- Java instance representing xml element's value.JAXBElement
<
ResourceNotDestroyedFaultType
>
Apache CXF