|
||||||||||
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 | |
---|---|
static String |
ACL_SERVICE
|
protected static int |
CHUNK_SIZE
|
static String |
CMIS_NAMESPACE
|
static String |
DISCOVERY_SERVICE
|
static String |
MULTIFILING_SERVICE
|
static String |
NAVIGATION_SERVICE
|
static String |
OBJECT_SERVICE
|
static String |
POLICY_SERVICE
|
static String |
RELATIONSHIP_SERVICE
|
static String |
REPOSITORY_SERVICE
|
protected BindingSession |
session
|
static String |
VERSIONING_SERVICE
|
Constructor Summary | |
---|---|
AbstractPortProvider()
|
Method Summary | |
---|---|
protected abstract Object |
createPortObject(javax.xml.ws.Service service)
Creates a port object. |
void |
endCall(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 Object |
getPortObject(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. |
VersioningServicePort |
getVersioningServicePort()
Return the Versioning Service port object. |
protected javax.xml.ws.Service |
initServiceObject(String serviceKey)
Creates a service object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CMIS_NAMESPACE
public static final String REPOSITORY_SERVICE
public static final String OBJECT_SERVICE
public static final String DISCOVERY_SERVICE
public static final String NAVIGATION_SERVICE
public static final String MULTIFILING_SERVICE
public static final String VERSIONING_SERVICE
public static final String RELATIONSHIP_SERVICE
public static final String POLICY_SERVICE
public static final String ACL_SERVICE
protected static final int CHUNK_SIZE
protected BindingSession session
Constructor Detail |
---|
public AbstractPortProvider()
Method Detail |
---|
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(Object portObject)
protected Object getPortObject(String serviceKey)
protected javax.xml.ws.Service initServiceObject(String serviceKey)
protected abstract Object createPortObject(javax.xml.ws.Service service)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |