javax.xml.ws.spi.Provider.readEndpointReference()方法的使用及代码示例

x33g5p2x  于2022-01-26 转载在 其他  
字(6.2k)|赞(0)|评价(0)|浏览(106)

本文整理了Java中javax.xml.ws.spi.Provider.readEndpointReference()方法的一些代码示例,展示了Provider.readEndpointReference()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。Provider.readEndpointReference()方法的具体详情如下:
包路径:javax.xml.ws.spi.Provider
类名称:Provider
方法名:readEndpointReference

Provider.readEndpointReference介绍

[英]read an EndpointReference from the infoset contained in eprInfoset.
[中]从infoset中包含的infoset中读取EndpointReference。

代码示例

代码示例来源:origin: org.apache.openejb/javaee-api

public static EndpointReference readFrom(Source eprInfoset) {
  return Provider.provider().readEndpointReference(eprInfoset);
}

代码示例来源:origin: org.apache.axis2/axis2-jaxws-api

public static EndpointReference readFrom(Source eprInfoset) {
  return Provider.provider().readEndpointReference(eprInfoset);
}

代码示例来源:origin: jakarta.xml.ws/jakarta.xml.ws-api

/**
 * Factory method to read an EndpointReference from the infoset contained in
 * {@code eprInfoset}. This method delegates to the vendor specific
 * implementation of the {@link javax.xml.ws.spi.Provider#readEndpointReference} method.
 *
 * @param eprInfoset The {@code EndpointReference} infoset to be unmarshalled
 *
 * @return the EndpointReference unmarshalled from {@code eprInfoset}
 *    never {@code null}
 * @throws WebServiceException
 *    if an error occurs while creating the
 *    {@code EndpointReference} from the {@code eprInfoset}
 * @throws java.lang.IllegalArgumentException
 *     if the {@code null} {@code eprInfoset} value is given.
 */
public static EndpointReference readFrom(Source eprInfoset) {
  return Provider.provider().readEndpointReference(eprInfoset);
}

代码示例来源:origin: org.glassfish.metro/webservices-api

/**
 * Factory method to read an EndpointReference from the infoset contained in
 * {@code eprInfoset}. This method delegates to the vendor specific
 * implementation of the {@link javax.xml.ws.spi.Provider#readEndpointReference} method.
 *
 * @param eprInfoset The {@code EndpointReference} infoset to be unmarshalled
 *
 * @return the EndpointReference unmarshalled from {@code eprInfoset}
 *    never {@code null}
 * @throws WebServiceException
 *    if an error occurs while creating the
 *    {@code EndpointReference} from the {@code eprInfoset}
 * @throws java.lang.IllegalArgumentException
 *     if the {@code null} {@code eprInfoset} value is given.
 */
public static EndpointReference readFrom(Source eprInfoset) {
  return Provider.provider().readEndpointReference(eprInfoset);
}

代码示例来源:origin: org.jboss.spec.javax.xml.ws/jboss-jaxws-api_2.2_spec

/**
 * Factory method to read an EndpointReference from the infoset contained in
 * <code>eprInfoset</code>. This method delegates to the vendor specific
 * implementation of the {@link javax.xml.ws.spi.Provider#readEndpointReference} method.
 *
 * @param eprInfoset The <code>EndpointReference<code> infoset to be unmarshalled
 *
 * @return the EndpointReference unmarshalled from <code>eprInfoset</code>
 *    never <code>null</code>
 * @throws WebServiceException
 *    if an error occurs while creating the
 *    <code>EndpointReference</code> from the <CODE>eprInfoset</CODE>
 * @throws java.lang.IllegalArgumentException
 *     if the <code>null</code> <code>eprInfoset</tt> value is given.
 */
public static EndpointReference readFrom(Source eprInfoset) {
  return Provider.provider().readEndpointReference(eprInfoset);
}

代码示例来源:origin: javax.xml.ws/com.springsource.javax.xml.ws

/**
 * Factory method to read an EndpointReference from the infoset contained in
 * <code>eprInfoset</code>. This method delegates to the vendor specific
 * implementation of the {@link javax.xml.ws.spi.Provider#readEndpointReference} method.
 *
 * @param eprInfoset The <code>EndpointReference<code> infoset to be unmarshalled
 *
 * @return the EndpointReference unmarshalled from <code>eprInfoset</code>
 *    never <code>null</code>
 * @throws WebServiceException
 *    if an error occurs while creating the
 *    <code>EndpointReference</code> from the <CODE>eprInfoset</CODE>
 * @throws java.lang.IllegalArgumentException
 *     if the <code>null</code> <code>eprInfoset</tt> value is given.
 */
public static EndpointReference readFrom(Source eprInfoset) {
  return Provider.provider().readEndpointReference(eprInfoset);
}

代码示例来源:origin: javax/javaee-endorsed-api

/**
 * Factory method to read an EndpointReference from the infoset contained in
 * <code>eprInfoset</code>. This method delegates to the vendor specific
 * implementation of the {@link javax.xml.ws.spi.Provider#readEndpointReference} method.
 *
 * @param eprInfoset The <code>EndpointReference</code> infoset to be unmarshalled
 *
 * @return the EndpointReference unmarshalled from <code>eprInfoset</code>
 *    never <code>null</code>
 * @throws WebServiceException
 *    if an error occurs while creating the
 *    <code>EndpointReference</code> from the <CODE>eprInfoset</CODE>
 * @throws java.lang.IllegalArgumentException
 *     if the <code>null</code> <code>eprInfoset</code> value is given.
 */
public static EndpointReference readFrom(Source eprInfoset) {
  return Provider.provider().readEndpointReference(eprInfoset);
}

代码示例来源:origin: org.glassfish.metro/webservices-api-osgi

/**
 * Factory method to read an EndpointReference from the infoset contained in
 * {@code eprInfoset}. This method delegates to the vendor specific
 * implementation of the {@link javax.xml.ws.spi.Provider#readEndpointReference} method.
 *
 * @param eprInfoset The {@code EndpointReference} infoset to be unmarshalled
 *
 * @return the EndpointReference unmarshalled from {@code eprInfoset}
 *    never {@code null}
 * @throws WebServiceException
 *    if an error occurs while creating the
 *    {@code EndpointReference} from the {@code eprInfoset}
 * @throws java.lang.IllegalArgumentException
 *     if the {@code null} {@code eprInfoset} value is given.
 */
public static EndpointReference readFrom(Source eprInfoset) {
  return Provider.provider().readEndpointReference(eprInfoset);
}

代码示例来源:origin: jboss/jboss-javaee-specs

/**
 * Factory method to read an EndpointReference from the infoset contained in
 * {@code eprInfoset}. This method delegates to the vendor specific
 * implementation of the {@link javax.xml.ws.spi.Provider#readEndpointReference} method.
 *
 * @param eprInfoset The {@code EndpointReference} infoset to be unmarshalled
 *
 * @return the EndpointReference unmarshalled from {@code eprInfoset}
 *    never {@code null}
 * @throws WebServiceException
 *    if an error occurs while creating the
 *    {@code EndpointReference} from the {@code eprInfoset}
 * @throws java.lang.IllegalArgumentException
 *     if the {@code null} {@code eprInfoset} value is given.
 */
public static EndpointReference readFrom(Source eprInfoset) {
  return Provider.provider().readEndpointReference(eprInfoset);
}

相关文章