Apache CXF API

Uses of Class
org.apache.cxf.ws.addressing.v200403.AttributedURI

Packages that use AttributedURI
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.addressing.v200403   
 

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

Methods in org.apache.cxf.ws.addressing that return AttributedURI
static AttributedURI VersionTransformer.convertTo200403(AttributedURIType internal)
          Convert from 2005/08 AttributedURI to 2004/03 AttributedURI.
 

Methods in org.apache.cxf.ws.addressing with parameters of type AttributedURI
static AttributedURIType VersionTransformer.convert(AttributedURI exposed)
          Convert from 2004/03 AttributedURI to 2005/08 AttributedURI.
 

Uses of AttributedURI in org.apache.cxf.ws.addressing.v200403
 

Fields in org.apache.cxf.ws.addressing.v200403 declared as AttributedURI
protected  AttributedURI EndpointReferenceType.address
           
 

Methods in org.apache.cxf.ws.addressing.v200403 that return AttributedURI
 AttributedURI ObjectFactory.createAttributedURI()
          Create an instance of AttributedURI
 AttributedURI EndpointReferenceType.getAddress()
          Gets the value of the address property.
 

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

Methods in org.apache.cxf.ws.addressing.v200403 with parameters of type AttributedURI
 javax.xml.bind.JAXBElement<AttributedURI> ObjectFactory.createAction(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 javax.xml.bind.JAXBElement<AttributedURI> ObjectFactory.createMessageID(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 javax.xml.bind.JAXBElement<AttributedURI> ObjectFactory.createTo(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 void EndpointReferenceType.setAddress(AttributedURI value)
          Sets the value of the address property.
 


Apache CXF API

Apache CXF