Frames | No Frames |
Constructors with parameter type javax.xml.namespace.QName | |
Constructor BaseType
| |
Constructor CollectionElement
| |
Constructor CollectionType
| |
Create an element type defined directly. | |
Create an element type defined by a ref/type attribute
| |
Constructor DefinedType
| |
Constructor DefinedType
| |
Create a Element object for an xml construct that is not a base java type
| |
Create an Element object for an xml construct that references a type that has
not been defined yet. | |
Constructor ElementDecl
| |
FaultInfo.FaultInfo(QName faultMessage, String faultPart, String faultUse, String faultNamespaceURI, SymbolTable symbolTable) Constructor FaultInfo
| |
Construct a symbol table entry with the given QName. | |
Create a Type object for an xml construct name that represents a base type
| |
Create a Type object for an xml construct that is not a base type
| |
Create a TypeEntry object for an xml construct that references a type that has
not been defined yet. | |
Create a TypeEntry object for an xml construct name that represents a base type
| |
Create a TypeEntry object for an xml construct that is not a base type
| |
Create a TypeEntry object for an xml construct that references another type. | |
Construct a referenced (but as of yet undefined) element
| |
Construct a referenced (but as of yet undefined) type
|
Fields of type javax.xml.namespace.QName | |
QName | |
QName | If this TypeEntry represents an array with elements inside a "wrapper"
this field can optionally change the inner QName (default is |
QName | Field qname |
Methods with parameter type javax.xml.namespace.QName | |
boolean | checks whether there exists a WSDL port with a given name in the current
symbol table
|
String | Generate an XML prefixed attribute value with a corresponding xmlns
declaration for the prefix. |
String | |
SymTabEntry | Get the entry with the given QName of the given class. |
String | If the qname is registered in the target language,
return the name of the registered type. |
BindingEntry | Get the BindingEntry with the given QName. |
Element | Get the Element TypeEntry with the given QName. |
MessageEntry | Get the MessageEntry with the given QName. |
PortTypeEntry | Get the PortTypeEntry with the given QName. |
ServiceEntry | Get the ServiceEntry with the given QName. |
Vector | Get the list of entries with the given QName. |
Type | Get the Type TypeEntry with the given QName. |
TypeEntry | Get the type entry for the given qname. |
boolean | Determine if a QName is a simple XML Schema type
|
void | Set the QName of the component if this is an array type
|
void | |
void | Set the QName of the parameter. |
Methods with return type javax.xml.namespace.QName | |
QName | SchemaUtils.getArrayComponentQName(Node node, IntHolder dims, BooleanHolder underlTypeNillable, QNameHolder itemQName, SymbolTable symbolTable) If the specified node represents an array encoding of one of the following
forms, then return the qname repesenting the element type of the array. |
QName | SchemaUtils.getAttributeAnonQName(Node node) Returns the WSDL2Java QName for the anonymous type of the attribute
or null. |
QName | If the specified node represents an element that references a collection
then return the qname repesenting the component of the collection. |
QName | Return the QName of the component if this is an array type
|
QName[] | SchemaUtils.getContainedSimpleTypes(Node node) Method getContainedSimpleTypes
|
QName | SchemaUtils.getElementAnonQName(Node node) Returns the WSDL2Java QName for the anonymous type of the element
or null. |
QName | |
QName | SchemaUtils.getListItemType(Node node) Returns the value of itemType attribute of |
QName[] | Utils.getMemberTypeQNames(Node node) Method getMemberTypeQNames
|
QName | Utils.getNodeNameQName(Node node) XML nodes may have a name attribute. |
QName | Utils.getNodeQName(Node node) An xml element may have a name. |
QName | Return the QName of a fault. |
QName | Get the fully qualified name of this parameter. |
QName | Get the QName of this entry. |
QName | Utils.getQNameFromPrefixedName(Node node, String prefixedName) Convert a prefixed name into a qname
|
QName | SchemaUtils.getSimpleTypeBase(Node node) If the specified node represents a 'normal' non-enumeration simpleType,
the QName of the simpleType base is returned. |
QName | An XML element or attribute node has several ways of
identifying the type of the element or attribute:
- use the type attribute to reference a complexType/simpleType
- use the ref attribute to reference another element, group or attributeGroup
- use of an anonymous type (i.e. |
QName | Method getXMLType
|
Constructors with parameter type javax.xml.namespace.QName | |
Methods with parameter type javax.xml.namespace.QName | |
void | XmlBeanSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize an element named name, with the indicated attributes
and value. |
Methods with return type javax.xml.namespace.QName | |
QName | Returns a QName holding the value of the specified String. |
Fields of type javax.xml.namespace.QName | |
QName | |
QName | |
QName |
Methods with return type javax.xml.namespace.QName | |
QName | Get the appropriate QName for the "null"/"nil" attribute for this
Schema version. |
QName | Get the appropriate QName for the "null"/"nil" attribute for this
Schema version. |
QName | Get the appropriate QName for the "null"/"nil" attribute for this
Schema version. |
QName | Get the appropriate QName for the "null"/"nil" attribute for this
Schema version. |
Constructors with parameter type javax.xml.namespace.QName | |
Make a new QNameHolder with value as
the value. |
Fields of type javax.xml.namespace.QName | |
QName | The QName contained by this holder. |
Constructors with parameter type javax.xml.namespace.QName | |
Full constructor
| |
"Complete" constructor
| |
Constructor
| |
ParameterDesc.ParameterDesc(QName name, byte mode, QName typeQName, Class javaType, boolean inHeader, boolean outHeader) "Complete" constructor, suitable for usage in skeleton code
|
Methods with parameter type javax.xml.namespace.QName | |
void | OperationDesc.addParameter(QName paramName, QName xmlType, Class javaType, byte parameterMode, boolean inHeader, boolean outHeader) |
FaultDesc | Returns the FaultDesc for a QName (which is typically found
in the details element of a SOAP fault). |
FaultDesc | Returns the FaultDesc for an XMLType. |
String | Get the field name associated with this QName, but only if it's
marked as an attribute. |
String | Get the field name associated with this QName, but only if it's
marked as an element. |
ParameterDesc | |
OperationDesc | Map an XML QName to an operation. |
OperationDesc | Map an XML QName to an operation. |
OperationDesc[] | Return all operations which match this QName (i.e. |
OperationDesc[] | Return all operations which match this QName (i.e. |
ParameterDesc | |
ParameterDesc | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | Set the XML QName for this field
|
void | |
void | Returns the XML type (e.g. |
void |
Methods with return type javax.xml.namespace.QName | |
QName | |
QName | TypeDesc.getAttributeNameForField(String fieldName) Get the QName associated with this field, but only if it's
marked as an attribute. |
QName | TypeDesc.getElementNameForField(String fieldName) Get the QName associated with this field, but only if it's
marked as an element. |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | Obtain the XML QName for this field
|
QName | |
QName | Returns the XML type (e.g. |
QName |
Methods with parameter type javax.xml.namespace.QName | |
Deserializer | Get Custom Deserializer
|
Serializer | Get Custom Serializer
|
Constructors with parameter type javax.xml.namespace.QName | |
constructor declaring the qualified name of the node
| |
constructor declaring the qualified name of the node
and its value
| |
constructor declaring the qualified name of the node
and its value
| |
constructor declaring the qualified name of the node
| |
constructor declaring the qualified name of the node
and its value
|
Fields of type javax.xml.namespace.QName | |
QName | |
QName | |
QName[] | |
QName | |
QName | |
QName |
Methods with parameter type javax.xml.namespace.QName | |
void | add an attribute to the qname vector. |
MessageElement | Convenience method to get the first matching child for a given QName. |
Iterator | get an iterator over child elements
|
Object | |
Object | This is deserialization logic mixed in to our element class. |
void | set the name and namespace of this element
|
void | set the element's type
|
Methods with return type javax.xml.namespace.QName | |
QName | |
QName | get the fully qualified name of this element
|
QName | get the element's type. |
Methods with parameter type javax.xml.namespace.QName | |
void | |
void | |
Handler | retrieve an instance of the named handler
|
Handler | retrieve an instance of the named handler
|
Handler | |
Handler | Retrieve an instance of the named handler. |
SOAPService | retrieve an instance of the named service
|
SOAPService | retrieve an instance of the named service
|
SOAPService | |
SOAPService | Retrieve an instance of the named service. |
Handler | retrieve an instance of the named transport
|
Handler | retrieve an instance of the named transport
|
Handler | |
Handler | Retrieve an instance of the named transport. |
Methods with parameter type javax.xml.namespace.QName | |
String | |
String | Convert the specified QName into a full Java Name. |
String | |
String | |
String | |
String | Common code for generating a QName in emitted code. |
String | |
String | Get the Package name for the specified QName
|
boolean | Determines whether the QName supplied should be generated by comparing
the namespace for the QName against the included and excluded names. |
void | JavaDeployWriter.writeArrayTypeMapping(PrintWriter pw, String namespaceURI, String localPart, String javaType, String encodingStyle, QName innerType) Raw routine that writes out the typeMapping. |
void | Write the getServiceName method. |
void | JavaDeployWriter.writeOperation(PrintWriter pw, String javaOperName, QName elementQName, QName returnQName, QName returnType, Parameters params, QName bindingQName, ArrayList faults, String SOAPAction) Raw routine that writes out the operation and parameters. |
Methods with return type javax.xml.namespace.QName | |
QName | Given a fault message, return the XML type of the exception data. |
QName | |
QName | |
QName | Utils.getMIMETypeQName(String mimeName) Given a MIME type, return the AXIS-specific type QName. |
QName | Return the operation QName. |
QName | Get the QName that could be used in the xsi:type
when serializing an object for this parameter/return
|
QName | Get the QName that could be used in the xsi:type
when serializing an object of the given type. |
Constructors with parameter type javax.xml.namespace.QName | |
Constructor for HandlerInfo. |
Methods with parameter type javax.xml.namespace.QName | |
java.util.List | Gets the handler chain for the specified service endpoint. |
void | Sets the handler chain for the specified service endpoint
as a java.util.List . |
void | Sets the header blocks processed by this Handler. |
Methods with return type javax.xml.namespace.QName | |
QName[] | Gets the header blocks processed by this Handler instance. |
QName[] | Gets the header blocks processed by this Handler instance. |
QName[] | Gets the header blocks processed by this Handler. |
Methods with parameter type javax.xml.namespace.QName | |
void | SkeletonImpl.add(String operation, QName[] names, ParameterMode[] modes, String inputNamespace, String outputNamespace, String soapAction) Add operation name and vector containing return and parameter names. |
Methods with return type javax.xml.namespace.QName | |
QName | SkeletonImpl.getParameterName(String operationName, int n) Used to return the name of the n-th parameter of the specified
operation. |
Constructors with parameter type javax.xml.namespace.QName | |
Constructor AsyncResult
|
Methods with parameter type javax.xml.namespace.QName | |
IAsyncResult | Method invoke
|
Constructors with parameter type javax.xml.namespace.QName | |
Fields of type javax.xml.namespace.QName | |
QName | A "marker" XML type QName we use to indicate a void type. |
QName | |
QName |
Methods with parameter type javax.xml.namespace.QName | |
String | Convert attribute QName to a string of the form |
DeserializerFactory | |
Class | Gets the Class mapped to QName. |
Class | Gets the Class mapped to QName. |
Class | |
Class | Gets the Class mapped to QName, preferring the passed Class if possible
|
Class | |
Deserializer | Get a Deserializer which can turn a given xml type into a given
Java type
|
DeserializerFactory | Gets the DeserializerFactory registered for the specified pair
of Java type and XML data type. |
DeserializerFactory | |
DeserializerFactory | Gets the DeserializerFactory registered for the specified pair
of Java type and XML data type. |
DeserializerFactory | Gets the DeserializerFactory registered for the specified XML data type. |
DeserializerFactory | |
Deserializer | Convenience method to get the Deserializer for a specific
xmlType. |
SerializerFactory | Gets the SerializerFactory registered for the specified
pair of Java type and XML data type. |
SerializerFactory | Gets the SerializerFactory registered for the specified pair
of Java type and XML data type. |
String | |
QName | Get the exact XML type QName which will be used when serializing a
given Class to a given type QName. |
QName | Get the exact XML type QName which will be used when serializing a
given Class to a given type QName. |
QName | Get the exact XML type QName which will be used when serializing a
given Class to a given type QName. |
void | TypeMappingImpl.internalRegister(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) Internal version of register(), which allows null factories. |
boolean | Checks whether or not type mapping between specified XML
type and Java type is registered. |
boolean | isRegistered returns true if the [javaType, xmlType]
pair is registered. |
void | DefaultTypeMappingImpl.myRegister(QName xmlType, Class javaType, SerializerFactory sf, DeserializerFactory df) Construct TypeMapping for all the [xmlType, javaType] for all of the
known xmlType namespaces. |
void | Register a "simple" type mapping - in other words, a
|
String | |
String | |
String | Convert QName to a string of the form |
void | DefaultTypeMappingImpl.register(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) Registers SerializerFactory and DeserializerFactory for a
specific type mapping between an XML type and Java type. |
void | TypeMappingDelegate.register(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) always throws an exception
|
void | TypeMappingImpl.register(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) Registers SerializerFactory and DeserializerFactory for a
specific type mapping between an XML type and Java type. |
void | Removes the DeserializerFactory registered for the specified
pair of Java type and XML data type. |
void | Removes the DeserializerFactory registered for the specified
pair of Java type and XML data type. |
void | Removes the DeserializerFactory registered for the specified
pair of Java type and XML data type. |
void | Removes the SerializerFactory registered for the specified
pair of Java type and XML data type. |
void | Removes the SerializerFactory registered for the specified
pair of Java type and XML data type. |
void | Removes the SerializerFactory registered for the specified
pair of Java type and XML data type. |
void | Serialize the indicated value as an element with the name
indicated by elemQName. |
void | Serialize the indicated value as an element with the name
indicated by elemQName. |
void | SerializationContext.serialize(QName elemQName, Attributes attributes, Object value, QName xmlType, Boolean sendNull, Boolean sendType) Serialize the indicated value as an element with the name
indicated by elemQName. |
void | TextSerializationContext.serialize(QName elemQName, Attributes attributes, Object value, QName xmlType, Boolean sendNull, Boolean sendType) Serialize the indicated value as an element with the name
indicated by elemQName. |
void | SerializationContext.serialize(QName elemQName, Attributes attributes, Object value, QName xmlType, boolean sendNull, Boolean sendType) Serialize the indicated value as an element with the name
indicated by elemQName. |
void | Serialize an element named name, with the indicated attributes
and value. |
void | In some circumstances an element may not have
a type attribute, but a default type qname is known from
information in the container. |
void | In some circumstances an element may not have
a type attribute, but a default type qname is known from
information in the container. |
void | |
void | |
Attributes | Obtains the type attribute that should be serialized and returns the new list of Attributes
|
void | |
void | Writes (using the Writer) the start tag for element QName along with the
indicated attributes and namespace mappings. |
void | Writes (using the Writer) the start tag for element QName along with the
indicated attributes and namespace mappings. |
void | Writes (using the Writer) the start tag for element QName along with the
indicated attributes and namespace mappings. |
Methods with return type javax.xml.namespace.QName | |
QName | Get the currently prefered xmlType
|
QName | |
QName | |
QName | |
QName | |
QName | SerializationContext.getQNameForClass(Class cls) Get the QName associated with the specified class. |
QName | DeserializationContext.getQNameFromString(String qNameStr) Construct a QName from a string of the form |
QName | DeserializationContext.getTypeFromAttributes(String namespace, String localName, Attributes attrs) Create a QName for the type of the element defined by localName and
namespace with the specified attributes. |
QName | DeserializationContext.getTypeFromXSITypeAttr(String namespace, String localName, Attributes attrs) Create a QName for the type of the element defined by localName and
namespace from the XSI type. |
QName | TypeMapping.getTypeQName(Class javaType) Gets the QName for the type mapped to Class. |
QName | TypeMappingDelegate.getTypeQName(Class javaType) Gets the QName for the type mapped to Class. |
QName | |
QName | TypeMapping.getTypeQNameExact(Class javaType) Get the QName for this Java class, but only return a specific
mapping if there is one. |
QName | TypeMappingDelegate.getTypeQNameExact(Class javaType) Get the QName for this Java class, but only return a specific
mapping if there is one. |
QName | Get the QName for this Java class, but only return a specific
mapping if there is one. |
QName | TypeMappingImpl.getTypeQNameRecursive(Class javaType) Gets the QName for the type mapped to Class. |
QName | Get the exact XML type QName which will be used when serializing a
given Class to a given type QName. |
QName | Get the exact XML type QName which will be used when serializing a
given Class to a given type QName. |
QName | Get the exact XML type QName which will be used when serializing a
given Class to a given type QName. |
Methods with parameter type javax.xml.namespace.QName | |
Node | Find a Node with a given QName
|
String | Return a string for a particular QName, mapping a new prefix
if necessary. |
Methods with return type javax.xml.namespace.QName | |
QName | XMLUtils.getFullQNameFromString(String str, Node e) Return a QName when passed a string like "foo:bar" by mapping
the "foo" prefix to a namespace in the context of the given Node. |
QName | XMLUtils.getQNameFromString(String str, Node e) Return a QName when passed a string like "foo:bar" by mapping
the "foo" prefix to a namespace in the context of the given Node. |
Methods with return type javax.xml.namespace.QName | |
QName |
Methods with return type javax.xml.namespace.QName | |
QName | Obtain the QName of the SOAP array type
|
QName | Obtain the QName of the SOAP array type
|
QName | Obtain the QName of the SOAP array type
|
QName | |
QName | |
QName | Obtain the QName for the Body element
|
QName | |
QName | |
QName | Obtain the QName for the Fault element
|
QName | |
QName | |
QName | Obtain the QName for the Header element
|
QName | Obtain the Qname of Mustunderstand fault code
|
QName | Obtain the Qname of Mustunderstand fault code
|
QName | Obtain the Qname of Mustunderstand fault code
|
QName | Obtain the QName for the role attribute (actor/role)
|
QName | Obtain the QName for the role attribute (actor/role)
|
QName | Obtain the QName for the role attribute (actor/role)
|
QName | Obtain the Qname of VersionMismatch fault code
|
QName | Obtain the Qname of VersionMismatch fault code
|
QName | Obtain the Qname of VersionMismatch fault code
|
Fields of type javax.xml.namespace.QName | |
QName |
Methods with parameter type javax.xml.namespace.QName | |
boolean | Indicate if this handler can process qname . |
Methods with parameter type javax.xml.namespace.QName | |
Element | Types.createAttributeElement(String elementName, Class javaType, QName xmlType, boolean nullable, Document docHolder) Create Attribute Element with a given name and type
|
Element | Create an array which is a wrapper type for "item" elements
of a component type. |
String | Return a string suitable for representing a given QName in the context
of this WSDL document. |
void | Types.writeElementDecl(QName qname, Class javaType, QName typeQName, boolean nillable, QName itemQName) Create a top-level element declaration in our generated schema
|
QName | Write out an element referenced by a part element attribute. |
Element | Write Enumeration Complex Type
(Only supports enumeration classes of string types)
|
ExtensibilityElement | Method writeSOAPBody
|
SOAPHeader | Create a SOAPHeader element
|
void | |
void | Method writeSchemaElementDecl
|
void | Method writeSchemaTypeDecl
|
String | Write a schema representation for the given Class . |
QName | Write out a type (and its subtypes) referenced by a part type attribute. |
QName | Write out a type referenced by a part type attribute. |
void | Write a parameter (a sub-element) into a sequence generated by
writeWrapperElement() above. |
Element | Write the element definition for a WRAPPED operation. |
Methods with return type javax.xml.namespace.QName | |
QName | Emitter.createMessageName(Definition def, String methodName) Method createMessageName
|
QName | Method getRequestQName
|
QName | Method getResponseQName
|
QName | Types.getTypeQName(Class javaType) Return the QName of the specified javaType
|
QName | Write out an element referenced by a part element attribute. |
QName | Write out a type (and its subtypes) referenced by a part type attribute. |
QName | Write out a type referenced by a part type attribute. |
Constructors with parameter type javax.xml.namespace.QName | |
Constructor
| |
Constructor
| |
Constructor
Special constructor that takes the component type of the array. | |
ArraySerializer.ArraySerializer(Class javaType, QName xmlType, QName componentType, QName componentQName) Constructor
Special constructor that takes the component type and QName of the array. | |
The Deserializer is constructed with the xmlType and
javaType (which could be a java primitive like int.class)
| |
BeanDeserializer.BeanDeserializer(Class javaType, QName xmlType, TypeDesc typeDesc, Map propertyMap) | |
BeanSerializer.BeanSerializer(Class javaType, QName xmlType, TypeDesc typeDesc, BeanPropertyDescriptor[] propertyDescriptor) | |
The Deserializer is constructed with the xmlType and
javaType
| |
The Deserializer is constructed with the xmlType and
javaType
| |
The Deserializer is constructed with the xmlType and
javaType (which could be a java primitive like int.class)
| |
The Deserializer is constructed with the xmlType and
javaType
| |
The Deserializer is constructed with the xmlType and
javaType (which could be a java primitive like int.class)
| |
Note that the factory is constructed with the QName and xmlType. | |
The Deserializer is constructed with the xmlType and
javaType (which could be a java primitive like int.class)
| |
Note that the factory is constructed with the QName and xmlType. | |
Note that the factory is constructed with the QName and xmlType. | |
Note that the factory is constructed with the QName and xmlType. | |
The Deserializer is constructed with the xmlType and
javaType
| |
Fields of type javax.xml.namespace.QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName |
Methods with parameter type javax.xml.namespace.QName | |
DeserializerFactory | Utility method that intospects on a factory class to decide how to
create the factory. |
SerializerFactory | Utility method that intospects on a factory class to decide how to
create the factory. |
Deserializer | BeanDeserializer.getDeserializer(QName xmlType, Class javaType, String href, DeserializationContext context) Get the Deserializer for the attribute or child element. |
String | |
void | ArraySerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize an element that is an array. |
void | Base64Serializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a base64 quantity. |
void | BeanSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a bean. |
void | CalendarSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Date. |
void | DateSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Date. |
void | DocumentSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a DOM Document
|
void | ElementSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a DOM Element
|
void | EnumSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize an enumeration
|
void | HexSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a HexBinary quantity. |
void | ImageDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Source DataHandler quantity. |
void | JAFDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a JAF DataHandler quantity. |
void | MapSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Map
Walk the collection of keys, serializing each key/value pair
inside an |
void | MimeMultipartDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Source DataHandler quantity. |
void | OctetStreamDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Source DataHandler quantity. |
void | PlainTextDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Source DataHandler quantity. |
void | QNameSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a QName. |
void | SimpleListSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a list of primitives or simple values. |
void | SimpleSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a primitive or simple value. |
void | SourceDataHandlerSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Source DataHandler quantity. |
void | TimeSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Time. |
void | VectorSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Vector
Walk the collection of keys, serializing each key/value pair
inside an |
void | |
void | |
void | |
void | BeanSerializer.writeAttribute(Types types, String fieldName, Class fieldType, QName fieldXmlType, Element where) write aa attribute element and append it to the 'where' Node
|
void | BeanSerializer.writeField(Types types, String fieldName, QName xmlType, Class fieldType, boolean isUnbounded, boolean isOmittable, Element where, boolean isAnonymous, QName itemQName) write a schema representation of the given Class field and append it to
the where Node, recurse on complex types
|
Methods with return type javax.xml.namespace.QName | |
QName | |
QName | |
QName | get xmlType
|
Methods with parameter type javax.xml.namespace.QName | |
void | |
String |
Methods with return type javax.xml.namespace.QName | |
QName[] |
Fields of type javax.xml.namespace.QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | Our name |
QName | |
QName | Our type |
QName |
Methods with parameter type javax.xml.namespace.QName | |
void | |
void | |
void | |
void | |
WSDDFaultFlow | |
WSDDFaultFlow | |
WSDDFaultFlow | |
Handler | Return an instance of the named handler. |
Handler | |
SOAPService | Retrieve an instance of the named service. |
Handler | Retrieve an instance of the named transport. |
WSDDHandler | |
WSDDService | Return the WSDD description for a given named service
|
WSDDTransport | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | Remove a named handler
|
void | Remove a named service
|
void | Remove a named transport
|
Methods with return type javax.xml.namespace.QName | |
QName | Return the element name of a particular subclass. |
QName | Return the element name of a particular subclass. |
QName | Return the element name of a particular subclass. |
QName | Return the element name of a particular subclass. |
QName | the documentation |
QName | Return the element name of a particular subclass. |
QName | Return the element name of a particular subclass. |
QName | Return the element name of a particular subclass. |
QName | Return the element name of a particular subclass. |
QName | |
QName | |
QName | Return the element name of a particular subclass. |
QName | |
QName | Return the element name of a particular subclass. |
QName | Return the element name of a particular subclass. |
QName | Return the element name of a particular subclass. |
QName | |
QName | |
QName | Return the element name of a particular subclass. |
QName | Return the element name of a particular subclass. |
QName[] | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName |
Methods with parameter type javax.xml.namespace.QName | |
WSDDHandler | |
WSDDService | |
WSDDTransport | |
void | |
void | |
void |
Constructors with parameter type javax.xml.namespace.QName | |
Make a fault in any namespace. | |
AxisFault.AxisFault(QName code, QName[] subcodes, String faultString, String actor, String node, Element[] details) Make a fault in any namespace. |
Fields of type javax.xml.namespace.QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName[] | |
QName | |
QName | |
QName | |
QName | |
QName | QName of exception Name element in an axis fault detail. |
QName | QName of a hostname in an axis fault detail. |
QName | QName of stack trace element in an axis fault detail. |
QName | QName of a nested fault in an axis fault detail. |
QName | Flag set if this was a runtime exception, rather than something thrown by the class at the end of the
chain. |
QName | |
QName | QName of stack trace element in an axis fault detail. |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | The no-service fault value. |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName | |
QName |
Methods with parameter type javax.xml.namespace.QName | |
void | Create an element of the given qname and add it to the details. |
void | Add a fault sub-code. |
boolean | Indicate if this handler can process qname . |
boolean | Indicate if this handler can process qname . |
boolean | |
boolean | equals
The first QName is the current version of the name. |
Handler | Retrieve an instance of the named handler. |
OperationDesc | get the first possible operation that could match a
body containing an element of the given QName. |
OperationDesc[] | Returns a list of operation descriptors that could may
possibly match a body containing an element of the given QName. |
SOAPService | Retrieve an instance of the named service. |
Handler | Retrieve an instance of the named transport. |
String | Search an attribute collection for a list of QNames, returning
the value of the first one found, or null if none were found. |
Element | Find a fault detail element by its qname. |
boolean | Find and remove a specified fault detail element. |
void | Set the fault code. |
void | Writes any exception data to the faultDetails. |
Methods with return type javax.xml.namespace.QName | |
QName | Get the fault code QName . |
QName[] | get the fault subcode list; only used in SOAP 1.2
|
Constructors with parameter type javax.xml.namespace.QName | |
Fields of type javax.xml.namespace.QName | |
QName | |
QName |
Methods with parameter type javax.xml.namespace.QName | |
void | CastorEnumTypeSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Castor Enum Type object. |
void | CastorSerializer.serialize(QName name, Attributes attributes, Object value, SerializationContext context) Serialize a Castor object. |
Fields of type javax.xml.namespace.QName | |
QName | SOAP type for Array. |
QName | SOAP type for base64. |
QName | SOAP type for boolean. |
QName | SOAP type for byte. |
QName | SOAP type for double. |
QName | SOAP type for float. |
QName | SOAP type for int. |
QName | SOAP type for long. |
QName | SOAP type for short. |
QName | SOAP type for string. |
QName | XSD type for base64Binary. |
QName | XSD type for boolean. |
QName | XSD type for byte. |
QName | XSD type for dateTime. |
QName | XSD type for decimal. |
QName | XSD type for double. |
QName | XSD type for float. |
QName | XSD type for hexBinary. |
QName | XSD type for int. |
QName | XSD type for integer. |
QName | XSD type for long. |
QName | XSD type for QName. |
QName | XSD type for short. |
QName | XSD type for string. |
Methods with parameter type javax.xml.namespace.QName | |
DeserializerFactory | Gets the DeserializerFactory registered for the specified pair
of Java type and XML data type. |
SerializerFactory | Gets the SerializerFactory registered for the specified
pair of Java type and XML data type. |
boolean | Checks whether or not type mapping between specified XML
type and Java type is registered. |
void | Registers SerializerFactory and DeserializerFactory for a
specific type mapping between an XML type and Java type. |
void | Removes the DeserializerFactory registered for the specified
pair of Java type and XML data type. |
void | Removes the SerializerFactory registered for the specified
pair of Java type and XML data type. |
Methods with parameter type javax.xml.namespace.QName | |
java.rmi | The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy. |
void | Adds a parameter type and mode for a specific operation. |
void | Adds a parameter type and mode for a specific operation. |
Call | Creates a Call instance. |
Call | Creates a Call instance. |
Call | Creates a Call instance. |
Service | Create a Service instance. |
Service | Create a Service instance. |
Call[] | Gets an array of preconfigured Call objects for
invoking operations on the specified port. |
Object | Invokes a specific operation using a synchronous request-response
interaction mode. |
boolean | Indicates whether addParameter and
setReturnType methods
are to be invoked to specify the parameter and return type
specification for a specific operation. |
Service | |
void | Sets the name of the operation to be invoked using this
Call instance. |
void | Sets the qualified name of the port type. |
void | Sets the return type for a specific operation. |
void | Sets the return type for a specific operation. |
Methods with return type javax.xml.namespace.QName | |
QName | Gets the name of the operation to be invoked using this Call instance. |
QName | Call.getParameterTypeByName(String paramName) Gets the XML type of a parameter by name. |
QName | Gets the qualified name of the port type. |
QName | Gets the return type for a specific operation. |
QName | Gets the name of this Service. |
Constructors with parameter type javax.xml.namespace.QName | |
SOAPFaultException.SOAPFaultException(QName faultcode, String faultstring, String faultactor, Detail detail) Constructor for SOAPFaultException. |
Methods with return type javax.xml.namespace.QName | |
QName | Gets the faultcode element. |
Constructors with parameter type javax.xml.namespace.QName | |
Constructs a new Service object for the service in the WSDL document
in the wsdlInputStream and serviceName parameters. | |
Constructs a new Service object for the service in the WSDL document
pointed to by the wsdlLocation and serviceName parameters. | |
Constructs a new Service object for the service in the WSDL document
pointed to by the wsdlDoc URL and serviceName parameters. | |
Constructs a new Service object - this assumes the caller will set
the appropriate fields by hand rather than getting them from the
WSDL. | |
Constructs a new Service object for the service in the WSDL document
|
Fields of type javax.xml.namespace.QName | |
QName |
Methods with parameter type javax.xml.namespace.QName | |
void | Add a fault for this operation. |
void | Adds a parameter type and mode for a specific operation. |
void | Adds the specified parameter to the list of parameters for the
operation associated with this Call object. |
void | Adds the specified parameter to the list of parameters for the
operation associated with this Call object. |
void | Adds the specified parameter to the list of parameters for the
operation associated with this Call object. |
void | Call.addParameterAsHeader(QName paramName, QName xmlType, Class javaType, ParameterMode parameterMode, ParameterMode headerMode) Adds a parameter type as a soap:header. |
void | Call.addParameterAsHeader(QName paramName, QName xmlType, ParameterMode parameterMode, ParameterMode headerMode) Adds a parameter type as a soap:header. |
Call | Creates a new Call object - will prefill as much info from the WSDL
as it can. |
Call | Creates a new Call object - will prefill as much info from the WSDL
as it can. |
Call | Creates a new Call object - will prefill as much info from the WSDL
as it can. |
Service | Create a Service instance. |
Service | Create a Service instance. |
Call[] | Gets an array of preconfigured Call objects for invoking operations
on the specified port. |
List | Gets the handler chain for the specified service endpoint. |
QName | Return the QName of the type of the parameters with the given name. |
Remote | Return either an instance of a generated stub, if it can be
found, or a dynamic proxy for the given proxy interface. |
Object | Invokes a specific operation using a synchronous request-response interaction mode. |
boolean | Is the caller required to provide the parameter and return type
specification?
If true, then
addParameter and setReturnType MUST be called to provide the meta data. |
Service | Create an instance of the generated service implementation class
for a given service, if available. |
void | register this type matting
|
void | Call.registerTypeMapping(Class javaType, QName xmlType, Class sfClass, Class dfClass, boolean force) register a type. |
void | Call.registerTypeMapping(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory df) Register type mapping information for serialization/deserialization
Note: Not part of JAX-RPC specification. |
void | Call.registerTypeMapping(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory df, boolean force) Register type mapping information for serialization/deserialization
Note: Not part of JAX-RPC specification. |
void | |
void | prefill as much info from the WSDL as it can. |
void | prefill as much info from the WSDL as it can. |
void | Sets the operation name associated with this Call object. |
void | Sets the port name of this Call object. |
void | Set the port QName. |
void | Sets the port type name of this Call object. |
void | Set the QName of the return element
NOT part of JAX-RPC
|
void | Sets the return type of the operation associated with this Call object. |
void | Sets the return type for a specific operation. |
void | Set the return type as a header
|
void | Set the return type as a header
|
Methods with return type javax.xml.namespace.QName | |
QName | Returns the operation name associated with this Call object. |
QName | Call.getParameterTypeByName(String paramName) Return the QName of the type of the parameters with the given name. |
QName | Return the QName of the type of the parameters with the given name. |
QName | Returns the fully qualified name of the port for this Call object
(if there is one). |
QName | Get the port name. |
QName | Returns the fully qualified name of the port type for this Call object
(if there is one). |
QName | Returns the QName of the type of the return value of this Call - or null
if not set. |
QName | Returns the qualified name of the service (if one is set). |