| Package | Description |
|---|---|
| org.apache.cxf.binding.corba.wsdl | |
| org.apache.cxf.tools.corba.processors.idl | |
| org.apache.cxf.tools.corba.processors.wsdl |
| Modifier and Type | Field and Description |
|---|---|
protected List<MemberType> |
Exception.member |
protected List<MemberType> |
Struct.member |
| Modifier and Type | Method and Description |
|---|---|
MemberType |
ObjectFactory.createMemberType()
Create an instance of
MemberType |
| Modifier and Type | Method and Description |
|---|---|
List<MemberType> |
Exception.getMember()
Gets the value of the member property.
|
List<MemberType> |
Struct.getMember()
Gets the value of the member property.
|
| Modifier and Type | Field and Description |
|---|---|
protected MemberType |
ExceptionDeferredAction.member |
protected MemberType |
StructDeferredAction.member |
| Constructor and Description |
|---|
ExceptionDeferredAction(MemberType memberType) |
ExceptionDeferredAction(MemberType memberType,
org.apache.ws.commons.schema.XmlSchemaElement elem) |
StructDeferredAction(MemberType memberType) |
StructDeferredAction(MemberType memberType,
org.apache.ws.commons.schema.XmlSchemaElement elem) |
| Modifier and Type | Method and Description |
|---|---|
protected MemberType |
WSDLToCorbaHelper.processComplexContentStructChoice(org.apache.ws.commons.schema.XmlSchemaChoice choice,
QName schematypeName,
QName defaultName) |
| Modifier and Type | Method and Description |
|---|---|
protected List<MemberType> |
WSDLToCorbaHelper.processAttributesAsMembers(List<org.apache.ws.commons.schema.XmlSchemaAttributeOrGroupRef> list,
String uri) |
protected List<MemberType> |
WSDLToCorbaHelper.processContainerAsMembers(org.apache.ws.commons.schema.XmlSchemaParticle particle,
QName defaultName,
QName schemaTypeName) |
| Modifier and Type | Method and Description |
|---|---|
static Union |
WSDLTypes.processUnionBranches(Union corbaUnion,
List<MemberType> fields,
List<String> caselist) |
Apache CXF