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

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

Uses of CallerIDHeaderType in org.apache.camel.pizza
 

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

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

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

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

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



Apache CAMEL