Uses of Class
org.apache.camel.cxf.mtom_feature.types.DetailType

Packages that use DetailType
org.apache.camel.cxf.mtom_feature.types   
 

Uses of DetailType in org.apache.camel.cxf.mtom_feature.types
 

Methods in org.apache.camel.cxf.mtom_feature.types that return DetailType
 DetailType ObjectFactory.createDetailType()
          Create an instance of DetailType
 

Methods in org.apache.camel.cxf.mtom_feature.types that return types with arguments of type DetailType
 JAXBElement<DetailType> ObjectFactory.createDetail(DetailType value)
          Create an instance of JAXBElement<DetailType>}
 JAXBElement<DetailType> ObjectFactory.createDetailResponse(DetailType value)
          Create an instance of JAXBElement<DetailType>}
 

Methods in org.apache.camel.cxf.mtom_feature.types with parameters of type DetailType
 JAXBElement<DetailType> ObjectFactory.createDetail(DetailType value)
          Create an instance of JAXBElement<DetailType>}
 JAXBElement<DetailType> ObjectFactory.createDetailResponse(DetailType value)
          Create an instance of JAXBElement<DetailType>}
 



Apache CAMEL