org.ow2.jonas.generators.wsgen.generator.ews.wsdltoj2ee
Class ServiceReferenceContextImpl

java.lang.Object
  extended by org.ow2.jonas.generators.wsgen.generator.ews.wsdltoj2ee.ServiceReferenceContextImpl
All Implemented Interfaces:
org.apache.ws.ews.context.webservices.client.ServiceReferenceContext

public class ServiceReferenceContextImpl
extends Object
implements org.apache.ws.ews.context.webservices.client.ServiceReferenceContext

Implementation of EWS ServiceReferenceContext for JOnAS.

Author:
Guillaume Sauthier

Constructor Summary
ServiceReferenceContextImpl()
          Default constructor
 
Method Summary
 void addHandler(org.apache.ws.ews.context.webservices.server.WSCFHandler handler)
          Add a given handler to the list of applied handlers
 org.apache.ws.ews.context.webservices.server.WSCFHandler[] getHandlers()
          Return the array of Handlers to be pplied for this service-ref
 String getJaxrpcMappingFile()
          Deprecated. not used by JOnAS
 String getServiceInterface()
          Deprecated. not used by JOnAS
 QName getServiceQName()
          Returns the QName of the service to be used
 String getServiceRefName()
          Deprecated. not used by JOnAS
 String getWsdlFile()
          Deprecated. not used by JOnAS
 void setJaxrpcMappingFile(String arg0)
          Deprecated. not used by JOnAS
 void setServiceInterface(String arg0)
          Deprecated. not used by JOnAS
 void setServiceQName(QName serviceQName)
          Set the QName of the service to be used
 void setServiceRefName(String arg0)
          Deprecated. not used by JOnAS
 void setWsdlFile(String arg0)
          Deprecated. not used by JOnAS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceReferenceContextImpl

public ServiceReferenceContextImpl()
Default constructor

Method Detail

setServiceInterface

public void setServiceInterface(String arg0)
Deprecated. not used by JOnAS

Specified by:
setServiceInterface in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.setServiceInterface(java.lang.String)

getServiceInterface

public String getServiceInterface()
Deprecated. not used by JOnAS

Specified by:
getServiceInterface in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.getServiceInterface()

getWsdlFile

public String getWsdlFile()
Deprecated. not used by JOnAS

Specified by:
getWsdlFile in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.getWsdlFile()

setWsdlFile

public void setWsdlFile(String arg0)
Deprecated. not used by JOnAS

Specified by:
setWsdlFile in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.setWsdlFile(java.lang.String)

setServiceQName

public void setServiceQName(QName serviceQName)
Set the QName of the service to be used

Specified by:
setServiceQName in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.setServiceQName(javax.xml.namespace.QName)

getServiceQName

public QName getServiceQName()
Returns the QName of the service to be used

Specified by:
getServiceQName in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.getServiceQName()

getJaxrpcMappingFile

public String getJaxrpcMappingFile()
Deprecated. not used by JOnAS

Specified by:
getJaxrpcMappingFile in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.getJaxrpcMappingFile()

setJaxrpcMappingFile

public void setJaxrpcMappingFile(String arg0)
Deprecated. not used by JOnAS

Specified by:
setJaxrpcMappingFile in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.setJaxrpcMappingFile(java.lang.String)

getServiceRefName

public String getServiceRefName()
Deprecated. not used by JOnAS

Specified by:
getServiceRefName in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.getServiceRefName()

setServiceRefName

public void setServiceRefName(String arg0)
Deprecated. not used by JOnAS

Specified by:
setServiceRefName in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.setServiceRefName(java.lang.String)

getHandlers

public org.apache.ws.ews.context.webservices.server.WSCFHandler[] getHandlers()
Return the array of Handlers to be pplied for this service-ref

Specified by:
getHandlers in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
See Also:
ServiceReferenceContext.getHandlers()

addHandler

public void addHandler(org.apache.ws.ews.context.webservices.server.WSCFHandler handler)
Add a given handler to the list of applied handlers

Specified by:
addHandler in interface org.apache.ws.ews.context.webservices.client.ServiceReferenceContext
Parameters:
handler - the added handler
See Also:
ServiceReferenceContext.addHandler(org.apache.ws.ews.context.webservices.server.WSCFHandler)


Copyright © 2010 OW2 Consortium. All Rights Reserved.