public class

LinkedInApiJaxbClient

extends BaseLinkedInApiClient
java.lang.Object
   ↳ com.google.code.linkedinapi.client.impl.BaseLinkedInApiClient
     ↳ com.google.code.linkedinapi.client.impl.LinkedInApiJaxbClient

Summary

Constants
String JAXB_PACKAGE_NAME Field description
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.client.impl.BaseLinkedInApiClient
Fields
private static JAXBContext JAXB_CONTEXT Do not access directly.
private static final SchemaElementFactory<JAXBElement<?>> OBJECT_FACTORY Field description
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.client.impl.BaseLinkedInApiClient
Public Constructors
LinkedInApiJaxbClient(String consumerKey, String consumerSecret)
Constructs ...
Protected Methods
LinkedInApiUrls.LinkedInApiUrlBuilder createLinkedInApiUrlBuilder(String urlFormat)
Method description
SchemaElementFactory<?> createObjectFactory()
Method description
JAXBContext getJaxbContext()
Method description
String marshallObject(Object element)
Method description
void setJaxbContext(JAXBContext context)
Method description
<T> T unmarshallObject(Class<T> clazz, InputStream xmlContent)
Method description
[Expand]
Inherited Methods
From class com.google.code.linkedinapi.client.impl.BaseLinkedInApiClient
From class java.lang.Object
From interface com.google.code.linkedinapi.client.LinkedInApiClient
From interface com.google.code.linkedinapi.client.LinkedInAuthenticationClient
From interface com.google.code.linkedinapi.client.LinkedInCommunicationClient

Constants

private static final String JAXB_PACKAGE_NAME

Field description

Constant Value: "com.google.code.linkedinapi.schema"

Fields

private static JAXBContext JAXB_CONTEXT

Do not access directly. It may be null!!!. Use getJaxbContext()

private static final SchemaElementFactory<JAXBElement<?>> OBJECT_FACTORY

Field description

Public Constructors

public LinkedInApiJaxbClient (String consumerKey, String consumerSecret)

Constructs ...

Parameters
consumerKey
consumerSecret

Protected Methods

protected LinkedInApiUrls.LinkedInApiUrlBuilder createLinkedInApiUrlBuilder (String urlFormat)

Method description

Parameters
urlFormat

protected SchemaElementFactory<?> createObjectFactory ()

Method description

protected JAXBContext getJaxbContext ()

Method description

Throws
JAXBException

protected String marshallObject (Object element)

Method description

Parameters
element

protected void setJaxbContext (JAXBContext context)

Method description

Parameters
context

protected T unmarshallObject (Class<T> clazz, InputStream xmlContent)

Method description

Parameters
clazz
xmlContent