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

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

Uses of OrderPizzaResponseType in org.apache.camel.pizza
 

Methods in org.apache.camel.pizza that return OrderPizzaResponseType
 OrderPizzaResponseType Pizza.orderPizza(OrderPizzaType body, CallerIDHeaderType callerID)
           
 

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

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

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

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



Apache CAMEL