Package org.oasis_open.docs.wsn.br_2
Class ObjectFactory
java.lang.Object
org.oasis_open.docs.wsn.br_2.ObjectFactory
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-09-13T13:28:20-04:00")
public class ObjectFactory
extends Object
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.oasis_open.docs.wsn.br_2 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.oasis_open.docs.wsn.br_2 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<jakarta.xml.ws.wsaddressing.W3CEndpointReference>createConsumerReference(jakarta.xml.ws.wsaddressing.W3CEndpointReference value) Create an instance ofJAXBElement<W3CEndpointReference>jakarta.xml.bind.JAXBElement<XMLGregorianCalendar>jakarta.xml.bind.JAXBElement<Boolean>createDemand(Boolean value) Create an instance ofDestroyRegistrationCreate an instance ofDestroyRegistrationResponseCreate an instance ofNotificationBrokerRPjakarta.xml.bind.JAXBElement<jakarta.xml.ws.wsaddressing.W3CEndpointReference>createPublisherReference(jakarta.xml.ws.wsaddressing.W3CEndpointReference value) Create an instance ofJAXBElement<W3CEndpointReference>jakarta.xml.bind.JAXBElement<PublisherRegistrationFailedFaultType>Create an instance ofPublisherRegistrationFailedFaultTypejakarta.xml.bind.JAXBElement<PublisherRegistrationRejectedFaultType>Create an instance ofPublisherRegistrationRejectedFaultTypeCreate an instance ofPublisherRegistrationRPCreate an instance ofRegisterPublisherCreate an instance ofRegisterPublisherResponsejakarta.xml.bind.JAXBElement<Boolean>jakarta.xml.bind.JAXBElement<ResourceNotDestroyedFaultType>Create an instance ofResourceNotDestroyedFaultTypejakarta.xml.bind.JAXBElement<TopicExpressionType>createTopic(TopicExpressionType value)
-
Constructor Details
-
ObjectFactory
public 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
-
-
Method Details
-
createNotificationBrokerRP
Create an instance ofNotificationBrokerRP -
createPublisherRegistrationRP
Create an instance ofPublisherRegistrationRP -
createRegisterPublisher
Create an instance ofRegisterPublisher -
createRegisterPublisherResponse
Create an instance ofRegisterPublisherResponse -
createPublisherRegistrationRejectedFaultType
Create an instance ofPublisherRegistrationRejectedFaultType -
createPublisherRegistrationFailedFaultType
Create an instance ofPublisherRegistrationFailedFaultType -
createDestroyRegistration
Create an instance ofDestroyRegistration -
createDestroyRegistrationResponse
Create an instance ofDestroyRegistrationResponse -
createResourceNotDestroyedFaultType
Create an instance ofResourceNotDestroyedFaultType -
createRequiresRegistration
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createPublisherReference
public jakarta.xml.bind.JAXBElement<jakarta.xml.ws.wsaddressing.W3CEndpointReference> createPublisherReference(jakarta.xml.ws.wsaddressing.W3CEndpointReference value) Create an instance ofJAXBElement<W3CEndpointReference>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<W3CEndpointReference>
-
createConsumerReference
public jakarta.xml.bind.JAXBElement<jakarta.xml.ws.wsaddressing.W3CEndpointReference> createConsumerReference(jakarta.xml.ws.wsaddressing.W3CEndpointReference value) Create an instance ofJAXBElement<W3CEndpointReference>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<W3CEndpointReference>
-
createTopic
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TopicExpressionType>
-
createDemand
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createCreationTime
public jakarta.xml.bind.JAXBElement<XMLGregorianCalendar> createCreationTime(XMLGregorianCalendar value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XMLGregorianCalendar>
-
createPublisherRegistrationRejectedFault
public jakarta.xml.bind.JAXBElement<PublisherRegistrationRejectedFaultType> createPublisherRegistrationRejectedFault(PublisherRegistrationRejectedFaultType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PublisherRegistrationRejectedFaultType>
-
createPublisherRegistrationFailedFault
public jakarta.xml.bind.JAXBElement<PublisherRegistrationFailedFaultType> createPublisherRegistrationFailedFault(PublisherRegistrationFailedFaultType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PublisherRegistrationFailedFaultType>
-
createResourceNotDestroyedFault
public jakarta.xml.bind.JAXBElement<ResourceNotDestroyedFaultType> createResourceNotDestroyedFault(ResourceNotDestroyedFaultType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ResourceNotDestroyedFaultType>
-