org.apache.chemistry.opencmis.client.bindings.spi.webservices
Class PortProvider

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.spi.webservices.AbstractPortProvider
      extended by org.apache.chemistry.opencmis.client.bindings.spi.webservices.PortProvider

public class PortProvider
extends AbstractPortProvider

Provides CMIS Web Services port objects. Handles authentication headers.


Field Summary
 
Fields inherited from class org.apache.chemistry.opencmis.client.bindings.spi.webservices.AbstractPortProvider
ACL_SERVICE, CHUNK_SIZE, CMIS_NAMESPACE, DISCOVERY_SERVICE, MULTIFILING_SERVICE, NAVIGATION_SERVICE, OBJECT_SERVICE, POLICY_SERVICE, RELATIONSHIP_SERVICE, REPOSITORY_SERVICE, session, VERSIONING_SERVICE
 
Constructor Summary
PortProvider(BindingSession session)
          Constructor.
 
Method Summary
protected  Object createPortObject(javax.xml.ws.Service service)
          Creates a port object.
 
Methods inherited from class org.apache.chemistry.opencmis.client.bindings.spi.webservices.AbstractPortProvider
endCall, getACLServicePort, getDiscoveryServicePort, getMultiFilingServicePort, getNavigationServicePort, getObjectServicePort, getPolicyServicePort, getPortObject, getRelationshipServicePort, getRepositoryServicePort, getVersioningServicePort, initServiceObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortProvider

public PortProvider(BindingSession session)
Constructor.

Method Detail

createPortObject

protected Object createPortObject(javax.xml.ws.Service service)
Creates a port object.

Specified by:
createPortObject in class AbstractPortProvider


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.