Uses of Class
org.apache.camel.component.cxf.soap.headers.Me

Packages that use Me
org.apache.camel.component.cxf.soap.headers   
 

Uses of Me in org.apache.camel.component.cxf.soap.headers
 

Fields in org.apache.camel.component.cxf.soap.headers declared as Me
protected  Me InoutOutOfBandHeader.requestType
           
protected  Me OutOutOfBandHeader.requestType
           
protected  Me InOutOfBandHeader.requestType
           
protected  Me InOutOfBandHeaderResponse.responseType
           
protected  Me OutOutOfBandHeaderResponse.responseType
           
protected  Me InoutOutOfBandHeaderResponse.responseType
           
 

Methods in org.apache.camel.component.cxf.soap.headers that return Me
 Me ObjectFactory.createMe()
          Create an instance of Me
 Me InoutOutOfBandHeader.getRequestType()
          Gets the value of the requestType property.
 Me OutOutOfBandHeader.getRequestType()
          Gets the value of the requestType property.
 Me InOutOfBandHeader.getRequestType()
          Gets the value of the requestType property.
 Me InOutOfBandHeaderResponse.getResponseType()
          Gets the value of the responseType property.
 Me OutOutOfBandHeaderResponse.getResponseType()
          Gets the value of the responseType property.
 Me InoutOutOfBandHeaderResponse.getResponseType()
          Gets the value of the responseType property.
 Me HeaderTester.inOutOfBandHeader(Me requestType)
           
 Me HeaderTester.inoutOutOfBandHeader(Me requestType)
           
 Me HeaderTester.outOutOfBandHeader(Me requestType)
           
 

Methods in org.apache.camel.component.cxf.soap.headers with parameters of type Me
 Me HeaderTester.inOutOfBandHeader(Me requestType)
           
 Me HeaderTester.inoutOutOfBandHeader(Me requestType)
           
 Me HeaderTester.outOutOfBandHeader(Me requestType)
           
 void InoutOutOfBandHeader.setRequestType(Me value)
          Sets the value of the requestType property.
 void OutOutOfBandHeader.setRequestType(Me value)
          Sets the value of the requestType property.
 void InOutOfBandHeader.setRequestType(Me value)
          Sets the value of the requestType property.
 void InOutOfBandHeaderResponse.setResponseType(Me value)
          Sets the value of the responseType property.
 void OutOutOfBandHeaderResponse.setResponseType(Me value)
          Sets the value of the responseType property.
 void InoutOutOfBandHeaderResponse.setResponseType(Me value)
          Sets the value of the responseType property.
 



Apache CAMEL