public class ObjectFactory extends 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: com.jboss.soap.service.acmedemo
|
| Modifier and Type | Method and Description |
|---|---|
BookFlights |
createBookFlights()
Create an instance of
BookFlights |
BookFlightsResponse |
createBookFlightsResponse()
Create an instance of
BookFlightsResponse |
CancelBooking |
createCancelBooking()
Create an instance of
CancelBooking |
CancelBookingResponse |
createCancelBookingResponse()
Create an instance of
CancelBookingResponse |
Flight |
createFlight()
Create an instance of
Flight |
FlightRequest |
createFlightRequest()
Create an instance of
FlightRequest |
ListAvailablePlanes |
createListAvailablePlanes()
Create an instance of
ListAvailablePlanes |
JAXBElement<ListAvailablePlanes> |
createListAvailablePlanes(ListAvailablePlanes value)
|
ListAvailablePlanesResponse |
createListAvailablePlanesResponse()
Create an instance of
ListAvailablePlanesResponse |
JAXBElement<ListAvailablePlanesResponse> |
createListAvailablePlanesResponse(ListAvailablePlanesResponse value)
|
public ObjectFactory()
public CancelBookingResponse createCancelBookingResponse()
CancelBookingResponsepublic ListAvailablePlanesResponse createListAvailablePlanesResponse()
ListAvailablePlanesResponsepublic BookFlightsResponse createBookFlightsResponse()
BookFlightsResponsepublic BookFlights createBookFlights()
BookFlightspublic ListAvailablePlanes createListAvailablePlanes()
ListAvailablePlanespublic CancelBooking createCancelBooking()
CancelBookingpublic FlightRequest createFlightRequest()
FlightRequestpublic JAXBElement<ListAvailablePlanesResponse> createListAvailablePlanesResponse(ListAvailablePlanesResponse value)
public JAXBElement<ListAvailablePlanes> createListAvailablePlanes(ListAvailablePlanes value)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.