Apache CXF API

Uses of Class
org.apache.cxf.ws.addressing.RelatesToType

Packages that use RelatesToType
org.apache.cxf.ws.addressing   
 

Uses of RelatesToType in org.apache.cxf.ws.addressing
 

Methods in org.apache.cxf.ws.addressing that return RelatesToType
 RelatesToType ObjectFactory.createRelatesToType()
          Create an instance of RelatesToType
 RelatesToType AddressingProperties.getRelatesTo()
          Accessor for the RelatesTo property.
 

Methods in org.apache.cxf.ws.addressing that return types with arguments of type RelatesToType
 javax.xml.bind.JAXBElement<RelatesToType> ObjectFactory.createRelatesTo(RelatesToType value)
          Create an instance of JAXBElement<RelatesToType>}
 

Methods in org.apache.cxf.ws.addressing with parameters of type RelatesToType
 javax.xml.bind.JAXBElement<RelatesToType> ObjectFactory.createRelatesTo(RelatesToType value)
          Create an instance of JAXBElement<RelatesToType>}
 void AddressingProperties.setRelatesTo(RelatesToType relatesTo)
          Mutator for the RelatesTo property.
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.