com.sun.xml.internal.ws.message.jaxb.JAXBHeader Java Examples

The following examples show how to use com.sun.xml.internal.ws.message.jaxb.JAXBHeader. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: Headers.java    From TencentKona-8 with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Creates a {@link Header} backed a by a JAXB bean.
 */
public static Header create(JAXBContext context, Object o) {
    return new JAXBHeader(BindingContextFactory.create(context),o);
}
 
Example #2
Source File: Headers.java    From openjdk-8 with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(XMLBridge bridge, Object jaxbObject) {
    return new JAXBHeader(bridge, jaxbObject);
}
 
Example #3
Source File: Headers.java    From openjdk-8 with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(BindingContext context, Object o) {
    return new JAXBHeader(context,o);
}
 
Example #4
Source File: Headers.java    From openjdk-8 with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Creates a {@link Header} backed a by a JAXB bean.
 */
public static Header create(JAXBContext context, Object o) {
    return new JAXBHeader(BindingContextFactory.create(context),o);
}
 
Example #5
Source File: Headers.java    From openjdk-8-source with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(XMLBridge bridge, Object jaxbObject) {
    return new JAXBHeader(bridge, jaxbObject);
}
 
Example #6
Source File: Headers.java    From openjdk-8-source with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(BindingContext context, Object o) {
    return new JAXBHeader(context,o);
}
 
Example #7
Source File: Headers.java    From openjdk-8-source with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Creates a {@link Header} backed a by a JAXB bean.
 */
public static Header create(JAXBContext context, Object o) {
    return new JAXBHeader(BindingContextFactory.create(context),o);
}
 
Example #8
Source File: Headers.java    From hottub with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(XMLBridge bridge, Object jaxbObject) {
    return new JAXBHeader(bridge, jaxbObject);
}
 
Example #9
Source File: Headers.java    From hottub with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(BindingContext context, Object o) {
    return new JAXBHeader(context,o);
}
 
Example #10
Source File: Headers.java    From hottub with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Creates a {@link Header} backed a by a JAXB bean.
 */
public static Header create(JAXBContext context, Object o) {
    return new JAXBHeader(BindingContextFactory.create(context),o);
}
 
Example #11
Source File: Headers.java    From openjdk-jdk9 with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(XMLBridge bridge, Object jaxbObject) {
    return new JAXBHeader(bridge, jaxbObject);
}
 
Example #12
Source File: Headers.java    From openjdk-jdk9 with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(BindingContext context, Object o) {
    return new JAXBHeader(context,o);
}
 
Example #13
Source File: Headers.java    From openjdk-jdk9 with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Creates a {@link Header} backed a by a JAXB bean.
 */
public static Header create(JAXBContext context, Object o) {
    return new JAXBHeader(BindingContextFactory.create(context),o);
}
 
Example #14
Source File: Headers.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(XMLBridge bridge, Object jaxbObject) {
    return new JAXBHeader(bridge, jaxbObject);
}
 
Example #15
Source File: Headers.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(BindingContext context, Object o) {
    return new JAXBHeader(context,o);
}
 
Example #16
Source File: Headers.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Creates a {@link Header} backed a by a JAXB bean.
 */
public static Header create(JAXBContext context, Object o) {
    return new JAXBHeader(BindingContextFactory.create(context),o);
}
 
Example #17
Source File: Headers.java    From openjdk-jdk8u with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(XMLBridge bridge, Object jaxbObject) {
    return new JAXBHeader(bridge, jaxbObject);
}
 
Example #18
Source File: Headers.java    From TencentKona-8 with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(BindingContext context, Object o) {
    return new JAXBHeader(context,o);
}
 
Example #19
Source File: Headers.java    From openjdk-jdk8u with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(BindingContext context, Object o) {
    return new JAXBHeader(context,o);
}
 
Example #20
Source File: Headers.java    From openjdk-jdk8u with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Creates a {@link Header} backed a by a JAXB bean.
 */
public static Header create(JAXBContext context, Object o) {
    return new JAXBHeader(BindingContextFactory.create(context),o);
}
 
Example #21
Source File: Headers.java    From TencentKona-8 with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(XMLBridge bridge, Object jaxbObject) {
    return new JAXBHeader(bridge, jaxbObject);
}
 
Example #22
Source File: Headers.java    From jdk8u60 with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(XMLBridge bridge, Object jaxbObject) {
    return new JAXBHeader(bridge, jaxbObject);
}
 
Example #23
Source File: Headers.java    From jdk8u60 with GNU General Public License v2.0 4 votes vote down vote up
public static Header create(BindingContext context, Object o) {
    return new JAXBHeader(context,o);
}
 
Example #24
Source File: Headers.java    From jdk8u60 with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Creates a {@link Header} backed a by a JAXB bean.
 */
public static Header create(JAXBContext context, Object o) {
    return new JAXBHeader(BindingContextFactory.create(context),o);
}
 
Example #25
Source File: Headers.java    From TencentKona-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * @deprecated
 *      Use {@link #create(BindingContext, Object)} instead.
 */
public static Header create(SOAPVersion soapVersion, Marshaller m, Object o) {
    return new JAXBHeader(BindingContextFactory.getBindingContext(m),o);
}
 
Example #26
Source File: Headers.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 2 votes vote down vote up
/**
 * @deprecated
 *      Use {@link #create(BindingContext, Object)} instead.
 */
public static Header create(SOAPVersion soapVersion, Marshaller m, Object o) {
    return new JAXBHeader(BindingContextFactory.getBindingContext(m),o);
}
 
Example #27
Source File: Headers.java    From openjdk-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Creates a {@link Header} backed a by a JAXB bean.
 * @deprecated
 */
public static Header create(Bridge bridge, Object jaxbObject) {
    return new JAXBHeader(new com.sun.xml.internal.ws.db.glassfish.BridgeWrapper(null,bridge), jaxbObject);
}
 
Example #28
Source File: Headers.java    From TencentKona-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Creates a {@link Header} backed a by a JAXB bean.
 * @deprecated
 */
public static Header create(Bridge bridge, Object jaxbObject) {
    return new JAXBHeader(new com.sun.xml.internal.ws.db.glassfish.BridgeWrapper(null,bridge), jaxbObject);
}
 
Example #29
Source File: Headers.java    From openjdk-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * @deprecated
 *      Use {@link #create(BindingContext, Object)} instead.
 */
public static Header create(SOAPVersion soapVersion, Marshaller m, Object o) {
    return new JAXBHeader(BindingContextFactory.getBindingContext(m),o);
}
 
Example #30
Source File: Headers.java    From openjdk-8-source with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Creates a {@link Header} backed a by a JAXB bean.
 * @deprecated
 */
public static Header create(Bridge bridge, Object jaxbObject) {
    return new JAXBHeader(new com.sun.xml.internal.ws.db.glassfish.BridgeWrapper(null,bridge), jaxbObject);
}