Uses of Class
org.apache.camel.pizza.types.OrderPizzaType

Packages that use OrderPizzaType
org.apache.camel.pizza   
org.apache.camel.pizza.types   
 

Uses of OrderPizzaType in org.apache.camel.pizza
 

Methods in org.apache.camel.pizza with parameters of type OrderPizzaType
 OrderPizzaResponseType Pizza.orderPizza(OrderPizzaType body, CallerIDHeaderType callerID)
           
 

Uses of OrderPizzaType in org.apache.camel.pizza.types
 

Methods in org.apache.camel.pizza.types that return OrderPizzaType
 OrderPizzaType ObjectFactory.createOrderPizzaType()
          Create an instance of OrderPizzaType
 

Methods in org.apache.camel.pizza.types that return types with arguments of type OrderPizzaType
 JAXBElement<OrderPizzaType> ObjectFactory.createOrderRequest(OrderPizzaType value)
          Create an instance of JAXBElement<OrderPizzaType>}
 

Methods in org.apache.camel.pizza.types with parameters of type OrderPizzaType
 JAXBElement<OrderPizzaType> ObjectFactory.createOrderRequest(OrderPizzaType value)
          Create an instance of JAXBElement<OrderPizzaType>}
 



Apache CAMEL