Oracle Communications Services Gatekeeper OAM Java API Reference
7.0.0.1

E96580-01

com.bea.wlcp.wlng.ant.wsdlc
Class JwsGenInfo

java.lang.Object
  extended bycom.bea.wlcp.wlng.ant.wsdlc.JwsGenInfo

public class JwsGenInfo
extends java.lang.Object

COPIED FROM weblogic.wsee.tools.wsdlc to allow extension, bselitse@bea.com Jws process info

User: jlee Date: Mar 4, 2005 Time: 8:52:02 AM


Method Summary
 java.util.List getAddressInfos()
           
 weblogic.wsee.tools.source.JsBinding getBinding()
           
 java.lang.String getImplClassName()
           
 java.util.List getInterfaceImplementationNames()
           
 java.util.HashMap getInterfaceImplPackages()
           
 java.util.List getInterfaceNames()
           
 weblogic.wsee.wsdl.WsdlPort getPort()
          Returns the specified port.
 weblogic.wsee.wsdl.WsdlService getService()
           
 java.lang.String getServiceClassName()
           
 java.lang.String getServiceName()
           
 java.lang.String getServiceUri()
           
 SOAPBindingInfo getSOAPBindingInfo()
           
 java.util.HashMap getTemplateProperties()
           
 java.lang.String getWsdlLocation()
           
 boolean isConversational()
          Since we assume they all ports share the same binding, then we can assume they would all be conversational.
 void setBinding(weblogic.wsee.tools.source.JsBinding binding)
           
 void setContextPath(java.lang.String contextPath)
           
 void setImplClassNamePostfix(java.lang.String implClassNamePostfix)
           
 void setInterfaceImplementationNames(java.util.List interfaceImplementationNames)
           
 void setInterfaceImplPackages(java.util.HashMap interfaceImplPackages)
           
 void setInterfaceNames(java.util.List interfaceNames)
           
 void setServiceClassName(java.lang.String serviceClassName)
           
 void setServiceName(java.lang.String serviceName)
           
 void setTemplateProperties(java.util.HashMap templateProperties)
           
 void setWebContextPath(java.lang.String webContextPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAddressInfos

public java.util.List getAddressInfos()

getBinding

public weblogic.wsee.tools.source.JsBinding getBinding()

getImplClassName

public java.lang.String getImplClassName()

getInterfaceImplementationNames

public java.util.List getInterfaceImplementationNames()

getInterfaceImplPackages

public java.util.HashMap getInterfaceImplPackages()

getInterfaceNames

public java.util.List getInterfaceNames()

getPort

public weblogic.wsee.wsdl.WsdlPort getPort()
Returns the specified port. We assume there is only one specified port at a time (that is, we invoke setPort on this class and not setService).

Returns:
The port specified to be used

getService

public weblogic.wsee.wsdl.WsdlService getService()

getServiceClassName

public java.lang.String getServiceClassName()

getServiceName

public java.lang.String getServiceName()

getServiceUri

public java.lang.String getServiceUri()

getSOAPBindingInfo

public SOAPBindingInfo getSOAPBindingInfo()

getTemplateProperties

public java.util.HashMap getTemplateProperties()

getWsdlLocation

public java.lang.String getWsdlLocation()

isConversational

public boolean isConversational()
Since we assume they all ports share the same binding, then we can assume they would all be conversational. This means we only need to check the first port


setBinding

public void setBinding(weblogic.wsee.tools.source.JsBinding binding)

setContextPath

public void setContextPath(java.lang.String contextPath)

setImplClassNamePostfix

public void setImplClassNamePostfix(java.lang.String implClassNamePostfix)

setInterfaceImplementationNames

public void setInterfaceImplementationNames(java.util.List interfaceImplementationNames)

setInterfaceImplPackages

public void setInterfaceImplPackages(java.util.HashMap interfaceImplPackages)

setInterfaceNames

public void setInterfaceNames(java.util.List interfaceNames)

setServiceClassName

public void setServiceClassName(java.lang.String serviceClassName)

setServiceName

public void setServiceName(java.lang.String serviceName)

setTemplateProperties

public void setTemplateProperties(java.util.HashMap templateProperties)

setWebContextPath

public void setWebContextPath(java.lang.String webContextPath)

Oracle Communications Services Gatekeeper OAM Java API Reference
7.0.0.1

E96580-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.