public class ObjectFactory
extends java.lang.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 RegisterPublisherResponse createRegisterPublisherResponse()
RegisterPublisherResponsepublic ResourceNotDestroyedFaultType createResourceNotDestroyedFaultType()
ResourceNotDestroyedFaultTypepublic PublisherRegistrationRejectedFaultType createPublisherRegistrationRejectedFaultType()
PublisherRegistrationRejectedFaultTypepublic PublisherRegistrationFailedFaultType createPublisherRegistrationFailedFaultType()
PublisherRegistrationFailedFaultTypepublic RegisterPublisher createRegisterPublisher()
RegisterPublisherpublic DestroyRegistration createDestroyRegistration()
DestroyRegistrationpublic NotificationBrokerRP createNotificationBrokerRP()
NotificationBrokerRPpublic DestroyRegistrationResponse createDestroyRegistrationResponse()
DestroyRegistrationResponsepublic PublisherRegistrationRP createPublisherRegistrationRP()
PublisherRegistrationRPpublic javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createCreationTime(javax.xml.datatype.XMLGregorianCalendar value)
JAXBElement<XMLGregorianCalendar>}public javax.xml.bind.JAXBElement<javax.xml.ws.wsaddressing.W3CEndpointReference> createConsumerReference(javax.xml.ws.wsaddressing.W3CEndpointReference value)
JAXBElement<W3CEndpointReference>}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)
public javax.xml.bind.JAXBElement<PublisherRegistrationRejectedFaultType> createPublisherRegistrationRejectedFault(PublisherRegistrationRejectedFaultType value)
public javax.xml.bind.JAXBElement<PublisherRegistrationFailedFaultType> createPublisherRegistrationFailedFault(PublisherRegistrationFailedFaultType value)
public javax.xml.bind.JAXBElement<javax.xml.ws.wsaddressing.W3CEndpointReference> createPublisherReference(javax.xml.ws.wsaddressing.W3CEndpointReference value)
JAXBElement<W3CEndpointReference>}public javax.xml.bind.JAXBElement<TopicExpressionType> createTopic(TopicExpressionType value)
Copyright © 2005-2014 FuseSource. All Rights Reserved.