com.ebmwebsourcing.wsstar.notification.definition.brokered
Class ObjectFactory

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.notification.definition.brokered.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.ebmwebsourcing.wsstar.notification.definition.brokered 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: com.ebmwebsourcing.wsstar.notification.definition.brokered
 
Method Summary
 javax.xml.bind.JAXBElement<EndpointReferenceType> createConsumerReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createCreationTime(javax.xml.datatype.XMLGregorianCalendar value)
          Create an instance of JAXBElement<XMLGregorianCalendar>}
 javax.xml.bind.JAXBElement<java.lang.Boolean> createDemand(java.lang.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
 javax.xml.bind.JAXBElement<EndpointReferenceType> createPublisherReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<PublisherRegistrationFailedFaultType> createPublisherRegistrationFailedFault(PublisherRegistrationFailedFaultType value)
          Create an instance of JAXBElement<PublisherRegistrationFailedFaultType>}
 PublisherRegistrationFailedFaultType createPublisherRegistrationFailedFaultType()
          Create an instance of PublisherRegistrationFailedFaultType
 javax.xml.bind.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
 javax.xml.bind.JAXBElement<java.lang.Boolean> createRequiresRegistration(java.lang.Boolean value)
          Create an instance of JAXBElement<Boolean>}
 javax.xml.bind.JAXBElement<ResourceNotDestroyedFaultType> createResourceNotDestroyedFault(ResourceNotDestroyedFaultType value)
          Create an instance of JAXBElement<ResourceNotDestroyedFaultType>}
 ResourceNotDestroyedFaultType createResourceNotDestroyedFaultType()
          Create an instance of ResourceNotDestroyedFaultType
 javax.xml.bind.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: com.ebmwebsourcing.wsstar.notification.definition.brokered

Method Detail

createPublisherRegistrationRP

public PublisherRegistrationRP createPublisherRegistrationRP()
Create an instance of PublisherRegistrationRP


createPublisherRegistrationRejectedFaultType

public PublisherRegistrationRejectedFaultType createPublisherRegistrationRejectedFaultType()
Create an instance of PublisherRegistrationRejectedFaultType


createNotificationBrokerRP

public NotificationBrokerRP createNotificationBrokerRP()
Create an instance of NotificationBrokerRP


createResourceNotDestroyedFaultType

public ResourceNotDestroyedFaultType createResourceNotDestroyedFaultType()
Create an instance of ResourceNotDestroyedFaultType


createPublisherRegistrationFailedFaultType

public PublisherRegistrationFailedFaultType createPublisherRegistrationFailedFaultType()
Create an instance of PublisherRegistrationFailedFaultType


createRegisterPublisher

public RegisterPublisher createRegisterPublisher()
Create an instance of RegisterPublisher


createRegisterPublisherResponse

public RegisterPublisherResponse createRegisterPublisherResponse()
Create an instance of RegisterPublisherResponse


createDestroyRegistrationResponse

public DestroyRegistrationResponse createDestroyRegistrationResponse()
Create an instance of DestroyRegistrationResponse


createDestroyRegistration

public DestroyRegistration createDestroyRegistration()
Create an instance of DestroyRegistration


createTopic

public javax.xml.bind.JAXBElement<TopicExpressionType> createTopic(TopicExpressionType value)
Create an instance of JAXBElement<TopicExpressionType>}


createPublisherReference

public javax.xml.bind.JAXBElement<EndpointReferenceType> createPublisherReference(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


createCreationTime

public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createCreationTime(javax.xml.datatype.XMLGregorianCalendar value)
Create an instance of JAXBElement<XMLGregorianCalendar>}


createRequiresRegistration

public javax.xml.bind.JAXBElement<java.lang.Boolean> createRequiresRegistration(java.lang.Boolean value)
Create an instance of JAXBElement<Boolean>}


createPublisherRegistrationFailedFault

public javax.xml.bind.JAXBElement<PublisherRegistrationFailedFaultType> createPublisherRegistrationFailedFault(PublisherRegistrationFailedFaultType value)
Create an instance of JAXBElement<PublisherRegistrationFailedFaultType>}


createDemand

public javax.xml.bind.JAXBElement<java.lang.Boolean> createDemand(java.lang.Boolean value)
Create an instance of JAXBElement<Boolean>}


createPublisherRegistrationRejectedFault

public javax.xml.bind.JAXBElement<PublisherRegistrationRejectedFaultType> createPublisherRegistrationRejectedFault(PublisherRegistrationRejectedFaultType value)
Create an instance of JAXBElement<PublisherRegistrationRejectedFaultType>}


createConsumerReference

public javax.xml.bind.JAXBElement<EndpointReferenceType> createConsumerReference(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


createResourceNotDestroyedFault

public javax.xml.bind.JAXBElement<ResourceNotDestroyedFaultType> createResourceNotDestroyedFault(ResourceNotDestroyedFaultType value)
Create an instance of JAXBElement<ResourceNotDestroyedFaultType>}



Copyright © 2009 eBM Websourcing. All Rights Reserved.