|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.jaxb.notification.brokered.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the com.ebmwebsourcing.wsstar.jaxb.notification.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.jaxb.notification.brokered |
|
| Method Summary | |
|---|---|
javax.xml.bind.JAXBElement<com.ebmwebsourcing.wsstar.jaxb.addressing.EndpointReferenceType> |
createConsumerReference(com.ebmwebsourcing.wsstar.jaxb.addressing.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<com.ebmwebsourcing.wsstar.jaxb.addressing.EndpointReferenceType> |
createPublisherReference(com.ebmwebsourcing.wsstar.jaxb.addressing.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 |
|---|
public ObjectFactory()
| Method Detail |
|---|
public RegisterPublisher createRegisterPublisher()
RegisterPublisher
public PublisherRegistrationRejectedFaultType createPublisherRegistrationRejectedFaultType()
PublisherRegistrationRejectedFaultType
public NotificationBrokerRP createNotificationBrokerRP()
NotificationBrokerRP
public PublisherRegistrationRP createPublisherRegistrationRP()
PublisherRegistrationRP
public RegisterPublisherResponse createRegisterPublisherResponse()
RegisterPublisherResponse
public PublisherRegistrationFailedFaultType createPublisherRegistrationFailedFaultType()
PublisherRegistrationFailedFaultType
public DestroyRegistration createDestroyRegistration()
DestroyRegistration
public ResourceNotDestroyedFaultType createResourceNotDestroyedFaultType()
ResourceNotDestroyedFaultType
public DestroyRegistrationResponse createDestroyRegistrationResponse()
DestroyRegistrationResponse
public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createCreationTime(javax.xml.datatype.XMLGregorianCalendar value)
JAXBElement<XMLGregorianCalendar>}
public javax.xml.bind.JAXBElement<com.ebmwebsourcing.wsstar.jaxb.addressing.EndpointReferenceType> createConsumerReference(com.ebmwebsourcing.wsstar.jaxb.addressing.EndpointReferenceType value)
JAXBElement<EndpointReferenceType>}
public javax.xml.bind.JAXBElement<PublisherRegistrationRejectedFaultType> createPublisherRegistrationRejectedFault(PublisherRegistrationRejectedFaultType value)
JAXBElement<PublisherRegistrationRejectedFaultType>}
public javax.xml.bind.JAXBElement<PublisherRegistrationFailedFaultType> createPublisherRegistrationFailedFault(PublisherRegistrationFailedFaultType value)
JAXBElement<PublisherRegistrationFailedFaultType>}
public javax.xml.bind.JAXBElement<com.ebmwebsourcing.wsstar.jaxb.addressing.EndpointReferenceType> createPublisherReference(com.ebmwebsourcing.wsstar.jaxb.addressing.EndpointReferenceType value)
JAXBElement<EndpointReferenceType>}
public javax.xml.bind.JAXBElement<TopicExpressionType> createTopic(TopicExpressionType value)
JAXBElement<TopicExpressionType>}
public javax.xml.bind.JAXBElement<java.lang.Boolean> createDemand(java.lang.Boolean value)
JAXBElement<Boolean>}
public javax.xml.bind.JAXBElement<java.lang.Boolean> createRequiresRegistration(java.lang.Boolean value)
JAXBElement<Boolean>}
public javax.xml.bind.JAXBElement<ResourceNotDestroyedFaultType> createResourceNotDestroyedFault(ResourceNotDestroyedFaultType value)
JAXBElement<ResourceNotDestroyedFaultType>}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||