com.ebmwebsourcing.agreement.definition
Class WSAgreementFactoryImpl

java.lang.Object
  extended by com.ebmwebsourcing.agreement.definition.WSAgreementFactory
      extended by com.ebmwebsourcing.agreement.definition.WSAgreementFactoryImpl

public class WSAgreementFactoryImpl
extends WSAgreementFactory

This class is a concrete implementation of the abstract class WSDMFactory. Some ideas used here have been shamelessly copied from the wonderful JAXP and Xerces work.

Author:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
WSAgreementFactoryImpl()
           
 
Method Summary
 Agreement newAgreement()
           
 AgreementTemplate newAgreementTemplate()
           
 WSAgreementReader newWSAgreementReader()
          Create a new instance of a WSDLReaderImpl.
 WSAgreementWriter newWSAgreementWriter()
          Create a new instance of a WSDLWriterImpl.
 
Methods inherited from class com.ebmwebsourcing.agreement.definition.WSAgreementFactory
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSAgreementFactoryImpl

public WSAgreementFactoryImpl()
Method Detail

newWSAgreementReader

public WSAgreementReader newWSAgreementReader()
                                       throws WSAgreementException
Create a new instance of a WSDLReaderImpl.

Specified by:
newWSAgreementReader in class WSAgreementFactory
Throws:
WSDMException
WSAgreementException

newWSAgreementWriter

public WSAgreementWriter newWSAgreementWriter()
                                       throws WSAgreementException
Create a new instance of a WSDLWriterImpl.

Specified by:
newWSAgreementWriter in class WSAgreementFactory
Throws:
WSDMException
WSAgreementException

newAgreement

public Agreement newAgreement()
                       throws WSAgreementException
Specified by:
newAgreement in class WSAgreementFactory
Throws:
WSAgreementException

newAgreementTemplate

public AgreementTemplate newAgreementTemplate()
                                       throws WSAgreementException
Specified by:
newAgreementTemplate in class WSAgreementFactory
Throws:
WSAgreementException


Copyright © 2009 eBM Websourcing. All Rights Reserved.