|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.description.WSDLToAxisServiceBuilder
public abstract class WSDLToAxisServiceBuilder
Field Summary | |
---|---|
protected static java.lang.String |
AXIS2WRAPPED
|
protected AxisConfiguration |
axisConfig
|
protected AxisService |
axisService
|
protected java.io.InputStream |
in
|
protected boolean |
isCodegen
|
protected boolean |
isServerSide
|
protected static int |
nsCount
|
protected org.apache.neethi.PolicyRegistry |
registry
|
protected java.util.Map |
resolvedRpcWrappedElementMap
|
protected QName |
serviceName
|
protected java.lang.String |
style
|
protected static java.lang.String |
TYPES
|
protected static java.lang.String |
XML_SCHEMA_COMPLEX_TYPE_LOCAL_NAME
|
protected static java.lang.String |
XML_SCHEMA_ELEMENT_LOCAL_NAME
|
protected static java.lang.String |
XML_SCHEMA_IMPORT_LOCAL_NAME
|
protected static java.lang.String |
XML_SCHEMA_LOCAL_NAME
|
protected static java.lang.String |
XML_SCHEMA_SEQUENCE_LOCAL_NAME
|
protected static java.lang.String |
XMLNS_AXIS2WRAPPED
|
protected static java.lang.String |
XMLSCHEMA_NAMESPACE_PREFIX
|
protected static java.lang.String |
XMLSCHEMA_NAMESPACE_URI
|
protected static java.lang.String |
XSD_ELEMENT_FORM_DEFAULT
|
protected static java.lang.String |
XSD_NAME
|
protected static java.lang.String |
XSD_REF
|
protected static java.lang.String |
XSD_TARGETNAMESPACE
|
protected static java.lang.String |
XSD_TYPE
|
protected static java.lang.String |
XSD_UNQUALIFIED
|
Constructor Summary | |
---|---|
protected |
WSDLToAxisServiceBuilder()
|
|
WSDLToAxisServiceBuilder(java.io.InputStream in,
AxisService axisService)
|
|
WSDLToAxisServiceBuilder(java.io.InputStream in,
QName serviceName)
|
Method Summary | |
---|---|
protected java.lang.String |
findSchemaPrefix()
Find the XML schema prefix |
java.lang.String |
getBaseUri()
Gets the URI associated with the base document for the WSDL definition. |
protected javax.xml.parsers.DocumentBuilder |
getDOMDocumentBuilder()
Utility method that returns a DOM Builder |
QName |
getServiceName()
|
protected java.lang.String |
getTemporaryNamespacePrefix()
Get a temporary namespace prefix. |
protected org.apache.ws.commons.schema.XmlSchema |
getXMLSchema(org.w3c.dom.Element element,
java.lang.String baseUri)
|
boolean |
isCodegen()
|
boolean |
isServerSide()
|
abstract AxisService |
populateService()
|
protected static java.lang.String |
replace(java.lang.String name,
java.lang.String oldT,
java.lang.String newT)
replace: Like String.replace except that the old new items are strings. |
void |
setBaseUri(java.lang.String baseUri)
Sets the URI associated with the base document for the WSDL definition. |
void |
setCodegen(boolean codegen)
|
void |
setCustomResolver(org.apache.ws.commons.schema.resolver.URIResolver customResolver)
Sets a custom xmlschema URI resolver |
protected void |
setPolicyRegistryFromService(AxisService axisService)
|
void |
setServerSide(boolean serverSide)
|
void |
setServiceName(QName serviceName)
|
protected static java.lang.String |
stackToString()
Get a string containing the stack of the current location |
protected static java.lang.String |
stackToString(java.lang.Throwable e)
Get a string containing the stack of the specified exception |
void |
useAxisConfiguration(AxisConfiguration axisConfig)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String XMLSCHEMA_NAMESPACE_URI
protected static final java.lang.String XMLSCHEMA_NAMESPACE_PREFIX
protected static final java.lang.String XML_SCHEMA_LOCAL_NAME
protected static final java.lang.String XML_SCHEMA_SEQUENCE_LOCAL_NAME
protected static final java.lang.String XML_SCHEMA_COMPLEX_TYPE_LOCAL_NAME
protected static final java.lang.String XML_SCHEMA_ELEMENT_LOCAL_NAME
protected static final java.lang.String XML_SCHEMA_IMPORT_LOCAL_NAME
protected static final java.lang.String XSD_NAME
protected static final java.lang.String XSD_TARGETNAMESPACE
protected static final java.lang.String XMLNS_AXIS2WRAPPED
protected static final java.lang.String AXIS2WRAPPED
protected static final java.lang.String XSD_TYPE
protected static final java.lang.String XSD_REF
protected static int nsCount
protected java.util.Map resolvedRpcWrappedElementMap
protected static final java.lang.String XSD_ELEMENT_FORM_DEFAULT
protected static final java.lang.String XSD_UNQUALIFIED
protected java.io.InputStream in
protected AxisService axisService
protected org.apache.neethi.PolicyRegistry registry
protected AxisConfiguration axisConfig
protected QName serviceName
protected boolean isServerSide
protected java.lang.String style
protected static final java.lang.String TYPES
protected boolean isCodegen
Constructor Detail |
---|
protected WSDLToAxisServiceBuilder()
public WSDLToAxisServiceBuilder(java.io.InputStream in, QName serviceName)
public WSDLToAxisServiceBuilder(java.io.InputStream in, AxisService axisService)
Method Detail |
---|
public void setCustomResolver(org.apache.ws.commons.schema.resolver.URIResolver customResolver)
customResolver
- a URIResolver to use when working with schemaspublic boolean isServerSide()
public void setServerSide(boolean serverSide)
protected void setPolicyRegistryFromService(AxisService axisService)
protected org.apache.ws.commons.schema.XmlSchema getXMLSchema(org.w3c.dom.Element element, java.lang.String baseUri)
protected java.lang.String findSchemaPrefix()
public abstract AxisService populateService() throws AxisFault
AxisFault
protected javax.xml.parsers.DocumentBuilder getDOMDocumentBuilder()
protected java.lang.String getTemporaryNamespacePrefix()
public java.lang.String getBaseUri()
public void setBaseUri(java.lang.String baseUri)
baseUri
- The URI as a Stringpublic boolean isCodegen()
public void setCodegen(boolean codegen)
public QName getServiceName()
public void setServiceName(QName serviceName)
protected static java.lang.String stackToString()
protected static java.lang.String stackToString(java.lang.Throwable e)
e
-
protected static final java.lang.String replace(java.lang.String name, java.lang.String oldT, java.lang.String newT)
name
- stringoldT
- old text to replacenewT
- new text to use
public void useAxisConfiguration(AxisConfiguration axisConfig)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |