Uses of Class
com.atomikos.icatch.jaxb.wsc.v200410.EndpointReferenceType

Packages that use EndpointReferenceType
com.atomikos.icatch.jaxb.wsa.v200408   
com.atomikos.icatch.jaxb.wsc.v200410   
 

Uses of EndpointReferenceType in com.atomikos.icatch.jaxb.wsa.v200408
 

Methods in com.atomikos.icatch.jaxb.wsa.v200408 with parameters of type EndpointReferenceType
static OutgoingAddressingHeaders OutgoingAddressingHeaders.extractFromEPR(EndpointReferenceType epr)
          Extracts an instance from the WSA information in a given EPR.
 

Uses of EndpointReferenceType in com.atomikos.icatch.jaxb.wsc.v200410
 

Fields in com.atomikos.icatch.jaxb.wsc.v200410 declared as EndpointReferenceType
protected  EndpointReferenceType RegisterResponseType.coordinatorProtocolService
           
protected  EndpointReferenceType RegisterType.participantProtocolService
           
protected  EndpointReferenceType CoordinationContextType.registrationService
           
 

Methods in com.atomikos.icatch.jaxb.wsc.v200410 that return EndpointReferenceType
 EndpointReferenceType ObjectFactory.createEndpointReferenceType()
          Create an instance of EndpointReferenceType
 EndpointReferenceType RegisterResponseType.getCoordinatorProtocolService()
          Gets the value of the coordinatorProtocolService property.
 EndpointReferenceType RegisterType.getParticipantProtocolService()
          Gets the value of the participantProtocolService property.
 EndpointReferenceType CoordinationContextType.getRegistrationService()
          Gets the value of the registrationService property.
 

Methods in com.atomikos.icatch.jaxb.wsc.v200410 that return types with arguments of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createEndpointReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFaultTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFrom(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createReplyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 

Methods in com.atomikos.icatch.jaxb.wsc.v200410 with parameters of type EndpointReferenceType
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createEndpointReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFaultTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createFrom(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 javax.xml.bind.JAXBElement<EndpointReferenceType> ObjectFactory.createReplyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 void RegisterResponseType.setCoordinatorProtocolService(EndpointReferenceType value)
          Sets the value of the coordinatorProtocolService property.
 void RegisterType.setParticipantProtocolService(EndpointReferenceType value)
          Sets the value of the participantProtocolService property.
 void CoordinationContextType.setRegistrationService(EndpointReferenceType value)
          Sets the value of the registrationService property.
 



Copyright © 2012. All Rights Reserved.