Trait

scalaxb.compiler.wsdl11

GenSource

Related Doc: package wsdl11

Permalink

trait GenSource extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenSource
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class BodyBinding(encodingStyle: Option[String], namespace: Option[String]) extends Product with Serializable

    Permalink
  2. case class HeaderBinding(message: QName, part: String, encodingStyle: Option[String], namespace: Option[String]) extends Product with Serializable

    Permalink
  3. case class ParamCache(paramName: String, typeSymbol: XsTypeSymbol, cardinality: Cardinality, nillable: Boolean, seqParam: Boolean) extends Product with Serializable

    Permalink
  4. sealed trait SoapBindingStyle extends AnyRef

    Permalink

Abstract Value Members

  1. abstract def config: Config

    Permalink
  2. abstract def context: WsdlContext

    Permalink
  3. abstract def scope: NamespaceBinding

    Permalink
  4. abstract def xsdgenerator: xsd.GenSource

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object DocumentStyle extends SoapBindingStyle with Product with Serializable

    Permalink
  5. object RpcStyle extends SoapBindingStyle with Product with Serializable

    Permalink
  6. val SOAP_MEP_REQUEST_RESPONSE: String

    Permalink
  7. val SOAP_MEP_SOAP_RESPONSE: String

    Permalink
  8. val WSDL_HTTP: String

    Permalink
  9. val WSDL_SOAP11: String

    Permalink
  10. val WSDL_SOAP12: String

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def bodyBinding(spec: Option[XStartWithExtensionsTypable]): BodyBinding

    Permalink
  13. def bodyString(op: XOperationType, input: XParamType, binding: XBinding_operationType, soapBindingStyle: SoapBindingStyle): String

    Permalink
  14. implicit def boolToOption(b: Boolean): Option[Unit]

    Permalink
  15. def boundOperation(binding: XBinding_operationType, intf: XPortTypeType): XOperationType

    Permalink
  16. def buildIRIStyleArgs(input: XParamType): List[ParamCache]

    Permalink
  17. def buildPartArg(part: XPartType, selector: String): String

    Permalink
  18. def buildPartsArg(input: XParamType): String

    Permalink
  19. def buildRPCStyleArg(part: XPartType): ParamCache

    Permalink
  20. def buildRPCStyleArgs(input: XParamType): List[ParamCache]

    Permalink
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def elements(namespace: Option[String], name: String): ElemDecl

    Permalink
  23. val encodedErrorMessage: String

    Permalink
  24. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  26. def escapeKeyWord(name: String): String

    Permalink
  27. def faultsToFaultParamTypeName(faults: Seq[XFaultType]): (String, Boolean)

    Permalink
  28. def faultsToTypeName(faults: Seq[XFaultType], soap12: Boolean): String

    Permalink
  29. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. def findPort(binding: XBindingType): List[XPortType]

    Permalink
  31. def generate(definition: XDefinitionsType, bindings: Seq[XBindingType]): Snippet

    Permalink
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  34. def headerBindings(spec: Option[XStartWithExtensionsTypable]): Seq[HeaderBinding]

    Permalink
  35. def headerString(op: XOperationType, input: XParamType, binding: XBinding_operationType, soapBindingStyle: SoapBindingStyle): String

    Permalink
  36. def isEmptyPart(param: XParamType, bindingOption: Option[XStartWithExtensionsTypable]): Boolean

    Permalink
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. def isMultiPart(param: XParamType, bindingOption: Option[XStartWithExtensionsTypable]): Boolean

    Permalink
  39. def makeBindingName(binding: XBindingType): String

    Permalink
  40. def makeOperation(binding: XBinding_operationType, intf: XPortTypeType, defaultSoapBindingStyle: SoapBindingStyle, soap12: Boolean): String

    Permalink
  41. def makeOperationInputArgs(binding: XBinding_operationType, intf: XPortTypeType): Seq[ParamCache]

    Permalink
  42. def makeOperationOutput(binding: XBinding_operationType, intf: XPortTypeType, defaultSoapBindingStyle: SoapBindingStyle, soap12: Boolean): Option[String]

    Permalink
  43. def makeOperationOutputWrapperName(op: XOperationType): String

    Permalink
  44. def makeSoap11Binding(binding: XBindingType): Snippet

    Permalink
  45. def makeSoap12Binding(binding: XBindingType): Snippet

    Permalink
  46. def makeSoapOpBinding(binding: XBinding_operationType, intf: XPortTypeType, defaultSoapBindingStyle: SoapBindingStyle, soap12: Boolean): String

    Permalink
  47. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  50. def operationParts(op: XOperationType): (Option[XParamType], Option[XParamType], Option[Seq[XFaultType]])

    Permalink
  51. def outputString(output: XParamType, binding: XBinding_operationType, op: XOperationType, soapBindingStyle: SoapBindingStyle, soap12: Boolean): String

    Permalink
  52. def outputTypeName(binding: XBinding_operationType, op: XOperationType, output: XParamType, soapBindingStyle: SoapBindingStyle): String

    Permalink
  53. def paramMessage(input: XParamType): XMessageType

    Permalink
  54. def parseSoapBindingStyle(anyHeadOption: Option[DataRecord[Any]], defaultSoapBindingStyle: SoapBindingStyle): SoapBindingStyle

    Permalink
  55. lazy val pkg: Option[String]

    Permalink
  56. lazy val scalaNames: ScalaNames

    Permalink
  57. def schemas: List[SchemaDecl]

    Permalink
  58. def singleOutputPart(output: XParamType): Option[XPartType]

    Permalink
  59. def singleOutputType(output: XParamType, soapBindingStyle: SoapBindingStyle): Option[ElemDecl]

    Permalink
  60. def soap11Bindings(bindings: Seq[XBindingType]): Seq[XBindingType]

    Permalink
  61. def soap12Bindings(bindings: Seq[XBindingType]): Seq[XBindingType]

    Permalink
  62. def splitParamToParts(paramType: XParamType, paramBinding: Option[XStartWithExtensionsTypable]): (Seq[XPartType], Seq[XPartType])

    Permalink
  63. def splitTypeName(qname: QName): (Option[String], String)

    Permalink
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  65. lazy val targetNamespace: Option[String]

    Permalink
  66. def toElement(part: XPartType): ElemDecl

    Permalink
  67. def toParamCache(part: XPartType): ParamCache

    Permalink
  68. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  69. def toTypeSymbol(qname: QName): XsTypeSymbol

    Permalink
  70. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped