Apache CXF API

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

Packages that use AttributedURIType
org.apache.cxf.ws.addressing   
org.apache.cxf.wsdl   
 

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

Fields in org.apache.cxf.ws.addressing declared as AttributedURIType
protected  AttributedURIType ProblemActionType.action
           
protected  AttributedURIType EndpointReferenceType.address
           
 

Methods in org.apache.cxf.ws.addressing that return AttributedURIType
static AttributedURIType VersionTransformer.convert(AttributedURI exposed)
          Convert from 2004/08 AttributedURI to 2005/08 AttributedURI.
static AttributedURIType VersionTransformer.convert(AttributedURI exposed)
          Convert from 2004/03 AttributedURI to 2005/08 AttributedURI.
 AttributedURIType ObjectFactory.createAttributedURIType()
          Create an instance of AttributedURIType
 AttributedURIType ProblemActionType.getAction()
          Gets the value of the action property.
 AttributedURIType AddressingPropertiesImpl.getAction()
          Accessor for the Action property.
 AttributedURIType AddressingProperties.getAction()
          Accessor for the Action property.
static AttributedURIType ContextUtils.getAction(Message message)
          Construct the Action URI.
 AttributedURIType EndpointReferenceType.getAddress()
          Gets the value of the address property.
static AttributedURIType ContextUtils.getAttributedURI(String uri)
          Helper method to get an attributed URI.
 AttributedURIType AddressingPropertiesImpl.getMessageID()
          Accessor for the MessageID property.
 AttributedURIType AddressingProperties.getMessageID()
          Accessor for the MessageID property.
 AttributedURIType AddressingPropertiesImpl.getTo()
          Accessor for the To property.
 AttributedURIType AddressingProperties.getTo()
          Accessor for the To property.
 

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

Methods in org.apache.cxf.ws.addressing with parameters of type AttributedURIType
static AttributedURI VersionTransformer.convert(AttributedURIType internal)
          Convert from 2005/08 AttributedURI to 2004/08 AttributedURI.
static AttributedURI VersionTransformer.convertTo200403(AttributedURIType internal)
          Convert from 2005/08 AttributedURI to 2004/03 AttributedURI.
 javax.xml.bind.JAXBElement<AttributedURIType> ObjectFactory.createAction(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 javax.xml.bind.JAXBElement<AttributedURIType> ObjectFactory.createMessageID(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 javax.xml.bind.JAXBElement<AttributedURIType> ObjectFactory.createProblemIRI(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 javax.xml.bind.JAXBElement<AttributedURIType> ObjectFactory.createTo(AttributedURIType value)
          Create an instance of JAXBElement<AttributedURIType>}
 void ProblemActionType.setAction(AttributedURIType value)
          Sets the value of the action property.
 void AddressingPropertiesImpl.setAction(AttributedURIType iri)
          Mutator for the Action property.
 void AddressingProperties.setAction(AttributedURIType iri)
          Mutator for the Action property.
 void EndpointReferenceType.setAddress(AttributedURIType value)
          Sets the value of the address property.
 void AddressingPropertiesImpl.setMessageID(AttributedURIType iri)
          Mutator for the MessageID property.
 void AddressingProperties.setMessageID(AttributedURIType iri)
          Mutator for the MessageID property.
 void AddressingPropertiesImpl.setTo(AttributedURIType t)
          Mutator for the To property.
 void AddressingProperties.setTo(AttributedURIType epr)
          Mutator for the To property.
 

Uses of AttributedURIType in org.apache.cxf.wsdl
 

Methods in org.apache.cxf.wsdl with parameters of type AttributedURIType
static EndpointReferenceType EndpointReferenceUtils.getEndpointReference(AttributedURIType address)
           
static EndpointReferenceType WSAEndpointReferenceUtils.getEndpointReference(AttributedURIType address)
           
 


Apache CXF API

Apache CXF