Package | Description |
---|---|
org.apache.cxf.jaxws.javaee |
Modifier and Type | Field and Description |
---|---|
protected XsdQNameType |
ServiceRefType.serviceQname |
protected XsdQNameType |
PortComponentType.wsdlPort |
protected XsdQNameType |
PortComponentType.wsdlService |
Modifier and Type | Field and Description |
---|---|
protected List<XsdQNameType> |
PortComponentHandlerType.soapHeader |
protected List<XsdQNameType> |
ServiceRefHandlerType.soapHeader |
Modifier and Type | Method and Description |
---|---|
XsdQNameType |
ObjectFactory.createXsdQNameType()
Create an instance of
XsdQNameType |
XsdQNameType |
ServiceRefType.getServiceQname()
Gets the value of the serviceQname property.
|
XsdQNameType |
PortComponentType.getWsdlPort()
Gets the value of the wsdlPort property.
|
XsdQNameType |
PortComponentType.getWsdlService()
Gets the value of the wsdlService property.
|
Modifier and Type | Method and Description |
---|---|
List<XsdQNameType> |
PortComponentHandlerType.getSoapHeader()
Gets the value of the soapHeader property.
|
List<XsdQNameType> |
ServiceRefHandlerType.getSoapHeader()
Gets the value of the soapHeader property.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceRefType.setServiceQname(XsdQNameType value)
Sets the value of the serviceQname property.
|
void |
PortComponentType.setWsdlPort(XsdQNameType value)
Sets the value of the wsdlPort property.
|
void |
PortComponentType.setWsdlService(XsdQNameType value)
Sets the value of the wsdlService property.
|
Apache CXF