public static EndpointReference readFrom (Source eprInfoset)

Factory method to read an EndpointReference from the infoset contained in eprInfoset. This method delegates to the vendor specific implementation of the javax.xml.ws.spi.Provider.readEndpointReference method.

Parameters:
eprInfoset    The EndpointReference infoset to be unmarshalled

Returns:  the EndpointReference unmarshalled from eprInfoset never null

Exceptions:
WebServiceException     if an error occurs while creating the EndpointReference from the eprInfoset
java.lang.IllegalArgumentException     if the null eprInfoset value is given.