Uses of Class
org.apache.headers.coloc.types.InHeaderT

Packages that use InHeaderT
org.apache.headers.coloc.types   
org.apache.headers.doc_lit   
org.apache.headers.rpc_lit   
 

Uses of InHeaderT in org.apache.headers.coloc.types
 

Methods in org.apache.headers.coloc.types that return InHeaderT
 InHeaderT ObjectFactory.createInHeaderT()
          Create an instance of InHeaderT
 

Methods in org.apache.headers.coloc.types that return types with arguments of type InHeaderT
 javax.xml.bind.JAXBElement<InHeaderT> ObjectFactory.createInHeader(InHeaderT value)
          Create an instance of JAXBElement<InHeaderT>}
 

Methods in org.apache.headers.coloc.types with parameters of type InHeaderT
 javax.xml.bind.JAXBElement<InHeaderT> ObjectFactory.createInHeader(InHeaderT value)
          Create an instance of JAXBElement<InHeaderT>}
 

Uses of InHeaderT in org.apache.headers.doc_lit
 

Methods in org.apache.headers.doc_lit with parameters of type InHeaderT
 InHeaderResponseT HeaderTester.inHeader(InHeaderT in, HeaderInfo header)
           
 

Uses of InHeaderT in org.apache.headers.rpc_lit
 

Methods in org.apache.headers.rpc_lit with parameters of type InHeaderT
 InHeaderResponseT HeaderTester.inHeader(InHeaderT in, HeaderInfo header)
           
 



Apache CXF