|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.client.bindings.spi.webservices.AbstractPortProvider
public abstract class AbstractPortProvider
Field Summary | |
---|---|
protected java.lang.String |
acceptLanguage
|
static java.lang.String |
ACL_SERVICE
|
protected static int |
CHUNK_SIZE
|
static java.lang.String |
CMIS_NAMESPACE
|
static java.lang.String |
DISCOVERY_SERVICE
|
static java.lang.String |
MULTIFILING_SERVICE
|
static java.lang.String |
NAVIGATION_SERVICE
|
static java.lang.String |
OBJECT_SERVICE
|
static java.lang.String |
POLICY_SERVICE
|
static java.lang.String |
RELATIONSHIP_SERVICE
|
static java.lang.String |
REPOSITORY_SERVICE
|
protected boolean |
useClientCompression
|
protected boolean |
useCompression
|
static java.lang.String |
VERSIONING_SERVICE
|
Constructor Summary | |
---|---|
AbstractPortProvider()
|
Method Summary | |
---|---|
protected abstract java.lang.Object |
createPortObject(javax.xml.ws.Service service)
Creates a port object. |
void |
endCall(java.lang.Object portObject)
|
ACLServicePort |
getACLServicePort()
Return the ACL Service port object. |
DiscoveryServicePort |
getDiscoveryServicePort()
Return the Discovery Service port object. |
MultiFilingServicePort |
getMultiFilingServicePort()
Return the MultiFiling Service port object. |
NavigationServicePort |
getNavigationServicePort()
Return the Navigation Service port object. |
ObjectServicePort |
getObjectServicePort()
Return the Object Service port object. |
PolicyServicePort |
getPolicyServicePort()
Return the Policy Service port object. |
protected java.lang.Object |
getPortObject(java.lang.String serviceKey)
Gets a port object from the session or (re-)initializes the port objects. |
RelationshipServicePort |
getRelationshipServicePort()
Return the Relationship Service port object. |
RepositoryServicePort |
getRepositoryServicePort()
Return the Repository Service port object. |
BindingSession |
getSession()
|
VersioningServicePort |
getVersioningServicePort()
Return the Versioning Service port object. |
protected javax.xml.ws.Service |
initServiceObject(java.lang.String serviceKey)
Creates a service object. |
void |
setSession(BindingSession session)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CMIS_NAMESPACE
public static final java.lang.String REPOSITORY_SERVICE
public static final java.lang.String OBJECT_SERVICE
public static final java.lang.String DISCOVERY_SERVICE
public static final java.lang.String NAVIGATION_SERVICE
public static final java.lang.String MULTIFILING_SERVICE
public static final java.lang.String VERSIONING_SERVICE
public static final java.lang.String RELATIONSHIP_SERVICE
public static final java.lang.String POLICY_SERVICE
public static final java.lang.String ACL_SERVICE
protected static final int CHUNK_SIZE
protected boolean useCompression
protected boolean useClientCompression
protected java.lang.String acceptLanguage
Constructor Detail |
---|
public AbstractPortProvider()
Method Detail |
---|
public BindingSession getSession()
public void setSession(BindingSession session)
public RepositoryServicePort getRepositoryServicePort()
public NavigationServicePort getNavigationServicePort()
public ObjectServicePort getObjectServicePort()
public VersioningServicePort getVersioningServicePort()
public DiscoveryServicePort getDiscoveryServicePort()
public MultiFilingServicePort getMultiFilingServicePort()
public RelationshipServicePort getRelationshipServicePort()
public PolicyServicePort getPolicyServicePort()
public ACLServicePort getACLServicePort()
public void endCall(java.lang.Object portObject)
protected java.lang.Object getPortObject(java.lang.String serviceKey)
protected javax.xml.ws.Service initServiceObject(java.lang.String serviceKey)
protected abstract java.lang.Object createPortObject(javax.xml.ws.Service service)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |