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 faultParamTypeName(fault: XFaultType): (String, Boolean)

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

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

    Permalink
  30. def finalize(): Unit

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

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

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

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

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

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

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

    Permalink
  38. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  56. lazy val pkg: Option[String]

    Permalink
  57. lazy val scalaNames: ScalaNames

    Permalink
  58. def schemas: List[SchemaDecl]

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

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

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

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

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

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

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

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

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

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

    Permalink
  69. def toString(): String

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

    Permalink
  71. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped