|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NameImpl | |
|---|---|
| com.sun.xml.messaging.saaj.soap.impl | |
| com.sun.xml.messaging.saaj.soap.name | |
| com.sun.xml.messaging.saaj.soap.ver1_1 | |
| com.sun.xml.messaging.saaj.soap.ver1_2 | |
| Uses of NameImpl in com.sun.xml.messaging.saaj.soap.impl |
|---|
| Methods in com.sun.xml.messaging.saaj.soap.impl that return NameImpl | |
|---|---|
protected abstract NameImpl |
HeaderElementImpl.getActorAttributeName()
|
protected abstract NameImpl |
EnvelopeImpl.getBodyName(String prefix)
|
protected abstract NameImpl |
FaultImpl.getDetailName()
|
protected abstract NameImpl |
FaultImpl.getFaultActorName()
|
protected abstract NameImpl |
FaultImpl.getFaultCodeName()
|
protected abstract NameImpl |
BodyImpl.getFaultName(String name)
|
protected abstract NameImpl |
FaultImpl.getFaultStringName()
|
protected abstract NameImpl |
EnvelopeImpl.getHeaderName(String prefix)
|
protected abstract NameImpl |
HeaderElementImpl.getMustunderstandAttributeName()
|
protected abstract NameImpl |
HeaderImpl.getNotUnderstoodName()
|
protected abstract NameImpl |
HeaderElementImpl.getRelayAttributeName()
|
protected abstract NameImpl |
HeaderElementImpl.getRoleAttributeName()
|
protected abstract NameImpl |
HeaderImpl.getSupportedEnvelopeName()
|
protected abstract NameImpl |
HeaderImpl.getUpgradeName()
|
| Methods in com.sun.xml.messaging.saaj.soap.impl with parameters of type NameImpl | |
|---|---|
protected SOAPElement |
ElementImpl.findAndConvertChildElement(NameImpl name)
|
protected SOAPElement |
ElementImpl.findChild(NameImpl name)
|
| Constructors in com.sun.xml.messaging.saaj.soap.impl with parameters of type NameImpl | |
|---|---|
BodyImpl(SOAPDocumentImpl ownerDoc,
NameImpl bodyName)
|
|
DetailImpl(SOAPDocumentImpl ownerDoc,
NameImpl detailName)
|
|
EnvelopeImpl(SOAPDocumentImpl ownerDoc,
NameImpl name,
boolean createHeader,
boolean createBody)
|
|
FaultElementImpl(SOAPDocumentImpl ownerDoc,
NameImpl qname)
|
|
FaultImpl(SOAPDocumentImpl ownerDoc,
NameImpl name)
|
|
HeaderImpl(SOAPDocumentImpl ownerDoc,
NameImpl name)
|
|
| Uses of NameImpl in com.sun.xml.messaging.saaj.soap.name |
|---|
| Methods in com.sun.xml.messaging.saaj.soap.name that return NameImpl | |
|---|---|
static NameImpl |
NameImpl.create(String name,
String prefix,
String uri)
|
static NameImpl |
NameImpl.createBody1_1Name(String prefix)
Create a name object for a SOAP1.1 Body. |
static NameImpl |
NameImpl.createBody1_2Name(String prefix)
Create a name object for a SOAP1.2 Body. |
static NameImpl |
NameImpl.createCodeSubcode1_2Name(String prefix,
String localName)
Create a name object for a SOAP1.2 Fault/Code or Subcode. |
static NameImpl |
NameImpl.createDetail1_1Name()
Create a name object for a SOAP1.1 Fault Detail. |
static NameImpl |
NameImpl.createDetail1_1Name(String prefix)
|
static NameImpl |
NameImpl.createEnvelope1_1Name(String prefix)
Create a name object for a SOAP1.1 Envelope. |
static NameImpl |
NameImpl.createEnvelope1_2Name(String prefix)
Create a name object for a SOAP1.2 Envelope. |
static NameImpl |
NameImpl.createFault1_1Name(String prefix)
Create a name object for a SOAP1.1 Fault. |
static NameImpl |
NameImpl.createFault1_2Name(String localName,
String prefix)
Create a name object for a SOAP1.2 Fault, Reason or Detail. |
static NameImpl |
NameImpl.createFaultElement1_1Name(String localName)
|
static NameImpl |
NameImpl.createFaultElement1_1Name(String localName,
String prefix)
|
static NameImpl |
NameImpl.createFromUnqualifiedName(String name)
|
static NameImpl |
NameImpl.createHeader1_1Name(String prefix)
Create a name object for a SOAP1.1 Header. |
static NameImpl |
NameImpl.createHeader1_2Name(String prefix)
Create a name object for a SOAP1.2 Header. |
static NameImpl |
NameImpl.createNotUnderstood1_2Name(String prefix)
Create a name object for a SOAP1.2 NotUnderstood element. |
static NameImpl |
NameImpl.createSOAP11Name(String string)
|
static NameImpl |
NameImpl.createSOAP12Name(String string)
|
static NameImpl |
NameImpl.createSOAP12Name(String localName,
String prefix)
|
static NameImpl |
NameImpl.createSupportedEnvelope1_2Name(String prefix)
Create a name object for a SOAP1.2 SupportedEnvelope Upgrade element. |
static NameImpl |
NameImpl.createUpgrade1_2Name(String prefix)
Create a name object for a SOAP1.2 Upgrade element. |
static NameImpl |
NameImpl.createXmlName(String localName)
|
| Uses of NameImpl in com.sun.xml.messaging.saaj.soap.ver1_1 |
|---|
| Methods in com.sun.xml.messaging.saaj.soap.ver1_1 that return NameImpl | |
|---|---|
protected NameImpl |
HeaderElement1_1Impl.getActorAttributeName()
|
protected NameImpl |
Envelope1_1Impl.getBodyName(String prefix)
|
protected NameImpl |
Fault1_1Impl.getDetailName()
|
protected NameImpl |
Fault1_1Impl.getFaultActorName()
|
protected NameImpl |
Fault1_1Impl.getFaultCodeName()
|
protected NameImpl |
Body1_1Impl.getFaultName(String name)
|
protected NameImpl |
Fault1_1Impl.getFaultStringName()
|
protected NameImpl |
Envelope1_1Impl.getHeaderName(String prefix)
|
protected NameImpl |
HeaderElement1_1Impl.getMustunderstandAttributeName()
|
protected NameImpl |
Header1_1Impl.getNotUnderstoodName()
|
protected NameImpl |
HeaderElement1_1Impl.getRelayAttributeName()
|
protected NameImpl |
HeaderElement1_1Impl.getRoleAttributeName()
|
protected NameImpl |
Header1_1Impl.getSupportedEnvelopeName()
|
protected NameImpl |
Header1_1Impl.getUpgradeName()
|
| Constructors in com.sun.xml.messaging.saaj.soap.ver1_1 with parameters of type NameImpl | |
|---|---|
FaultElement1_1Impl(SOAPDocumentImpl ownerDoc,
NameImpl qname)
|
|
| Uses of NameImpl in com.sun.xml.messaging.saaj.soap.ver1_2 |
|---|
| Methods in com.sun.xml.messaging.saaj.soap.ver1_2 that return NameImpl | |
|---|---|
protected NameImpl |
HeaderElement1_2Impl.getActorAttributeName()
|
protected NameImpl |
Envelope1_2Impl.getBodyName(String prefix)
|
protected NameImpl |
Fault1_2Impl.getDetailName()
|
protected NameImpl |
Fault1_2Impl.getFaultActorName()
|
protected NameImpl |
Fault1_2Impl.getFaultCodeName()
|
protected NameImpl |
Body1_2Impl.getFaultName(String name)
|
protected NameImpl |
Fault1_2Impl.getFaultStringName()
|
protected NameImpl |
Envelope1_2Impl.getHeaderName(String prefix)
|
protected NameImpl |
HeaderElement1_2Impl.getMustunderstandAttributeName()
|
protected NameImpl |
Header1_2Impl.getNotUnderstoodName()
|
protected NameImpl |
HeaderElement1_2Impl.getRelayAttributeName()
|
protected NameImpl |
HeaderElement1_2Impl.getRoleAttributeName()
|
protected NameImpl |
Header1_2Impl.getSupportedEnvelopeName()
|
protected NameImpl |
Header1_2Impl.getUpgradeName()
|
| Constructors in com.sun.xml.messaging.saaj.soap.ver1_2 with parameters of type NameImpl | |
|---|---|
FaultElement1_2Impl(SOAPDocumentImpl ownerDoc,
NameImpl qname)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||