Apache CXF API

org.oasis_open.docs.wsn.br_2
Class ObjectFactory

java.lang.Object
  extended by org.oasis_open.docs.wsn.br_2.ObjectFactory

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

Method Detail

createPublisherRegistrationFailedFaultType

public PublisherRegistrationFailedFaultType createPublisherRegistrationFailedFaultType()
Create an instance of PublisherRegistrationFailedFaultType


createPublisherRegistrationRP

public PublisherRegistrationRP createPublisherRegistrationRP()
Create an instance of PublisherRegistrationRP


createNotificationBrokerRP

public NotificationBrokerRP createNotificationBrokerRP()
Create an instance of NotificationBrokerRP


createPublisherRegistrationRejectedFaultType

public PublisherRegistrationRejectedFaultType createPublisherRegistrationRejectedFaultType()
Create an instance of PublisherRegistrationRejectedFaultType


createRegisterPublisherResponse

public RegisterPublisherResponse createRegisterPublisherResponse()
Create an instance of RegisterPublisherResponse


createResourceNotDestroyedFaultType

public ResourceNotDestroyedFaultType createResourceNotDestroyedFaultType()
Create an instance of ResourceNotDestroyedFaultType


createRegisterPublisher

public RegisterPublisher createRegisterPublisher()
Create an instance of RegisterPublisher


createDestroyRegistrationResponse

public DestroyRegistrationResponse createDestroyRegistrationResponse()
Create an instance of DestroyRegistrationResponse


createDestroyRegistration

public DestroyRegistration createDestroyRegistration()
Create an instance of DestroyRegistration


createCreationTime

public JAXBElement<XMLGregorianCalendar> createCreationTime(XMLGregorianCalendar value)
Create an instance of JAXBElement<XMLGregorianCalendar>}


createConsumerReference

public JAXBElement<W3CEndpointReference> createConsumerReference(W3CEndpointReference value)
Create an instance of JAXBElement<W3CEndpointReference>}


createDemand

public JAXBElement<Boolean> createDemand(Boolean value)
Create an instance of JAXBElement<Boolean>}


createRequiresRegistration

public JAXBElement<Boolean> createRequiresRegistration(Boolean value)
Create an instance of JAXBElement<Boolean>}


createResourceNotDestroyedFault

public JAXBElement<ResourceNotDestroyedFaultType> createResourceNotDestroyedFault(ResourceNotDestroyedFaultType value)
Create an instance of JAXBElement<ResourceNotDestroyedFaultType>}


createPublisherRegistrationRejectedFault

public JAXBElement<PublisherRegistrationRejectedFaultType> createPublisherRegistrationRejectedFault(PublisherRegistrationRejectedFaultType value)
Create an instance of JAXBElement<PublisherRegistrationRejectedFaultType>}


createPublisherRegistrationFailedFault

public JAXBElement<PublisherRegistrationFailedFaultType> createPublisherRegistrationFailedFault(PublisherRegistrationFailedFaultType value)
Create an instance of JAXBElement<PublisherRegistrationFailedFaultType>}


createPublisherReference

public JAXBElement<W3CEndpointReference> createPublisherReference(W3CEndpointReference value)
Create an instance of JAXBElement<W3CEndpointReference>}


createTopic

public JAXBElement<TopicExpressionType> createTopic(TopicExpressionType value)
Create an instance of JAXBElement<TopicExpressionType>}


Apache CXF API

Apache CXF