|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.ws.wsdl.tools.WsdlWriter
public class WsdlWriter
WSDL writer class. This handles writing generated WSDLs and schemas.
Nested Class Summary | |
---|---|
static class |
WsdlWriter.SchemaMarshaller
|
Field Summary | |
---|---|
static java.lang.String |
DEFINITIONS_NAMESPACE_PREFIX
Fixed prefix for WSDL target namespace. |
private MarshallingContext |
m_marshalContext
Marshalling context. |
private java.util.Map |
m_uriPrefixMap
Map from extra namespace URIs to prefixes. |
private StringIntSizedMap |
s_namespaceMap
Namespaces defined in binding. |
private int |
s_soapNamespaceIndex
Namespace index for the SOAP namespace. |
private int |
s_wsdlNamespaceIndex
Namespace index for the WSDL namespace. |
static java.lang.String |
SOAP_NAMESPACE_PREFIX
Fixed prefix for SOAP namespace. |
static java.lang.String |
SOAP_NAMESPACE_URI
Fixed URI for SOAP namespace. |
static java.lang.String |
WSDL_NAMESPACE_PREFIX
Fixed prefix for WSDL namespace. |
static java.lang.String |
WSDL_NAMESPACE_URI
Fixed URI for WSDL namespace. |
Constructor Summary | |
---|---|
WsdlWriter()
Constructor. |
Method Summary | |
---|---|
void |
writeWSDL(Definitions def,
java.io.OutputStream os)
Write WSDL for service to output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String WSDL_NAMESPACE_URI
public static final java.lang.String WSDL_NAMESPACE_PREFIX
public static final java.lang.String SOAP_NAMESPACE_URI
public static final java.lang.String SOAP_NAMESPACE_PREFIX
public static final java.lang.String DEFINITIONS_NAMESPACE_PREFIX
private StringIntSizedMap s_namespaceMap
private int s_wsdlNamespaceIndex
private java.util.Map m_uriPrefixMap
private int s_soapNamespaceIndex
private final MarshallingContext m_marshalContext
Constructor Detail |
---|
public WsdlWriter() throws JiBXException
JiBXException
- on error creating marshallerMethod Detail |
---|
public void writeWSDL(Definitions def, java.io.OutputStream os) throws JiBXException
def
- WSDL definitions informationos
- destination output stream
JiBXException
- on error creating WSDL output
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |