|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.description.impl.DescriptionUtils
public class DescriptionUtils
Utilities used throughout the Description package.
Constructor Summary | |
---|---|
DescriptionUtils()
|
Method Summary | |
---|---|
static void |
getAttachmentFromBinding(org.apache.axis2.jaxws.description.impl.OperationDescriptionImpl opDesc,
javax.wsdl.Binding binding)
This method will process a WSDL Binding and build AttachmentDescription objects if the WSDL dicatates attachments. |
static java.lang.String |
getNamespaceFromSOAPElement(java.util.List extElements)
This method will loop through a list of extensibility elements looking for one of four objects: SOAPBody, SOAP12Body, SOAPHeader, SOAP12Header. |
static boolean |
isAsync(java.lang.reflect.Method method)
Determine is this method is an async method |
static HandlerChainsType |
loadHandlerChains(java.io.InputStream is)
|
static java.io.InputStream |
openHandlerConfigStream(java.lang.String configFile,
java.lang.String className,
java.lang.ClassLoader classLoader)
This is a helper method that will open a stream to an @HandlerChain configuration file. |
static void |
registerHandlerHeaders(AxisService axisService,
java.util.List<Handler> handlers)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DescriptionUtils()
Method Detail |
---|
public static java.io.InputStream openHandlerConfigStream(java.lang.String configFile, java.lang.String className, java.lang.ClassLoader classLoader)
configFile
- - The path to the fileclassName
- - The class in which the annotation was declared. This is used in case the
file path is relative.classLoader
- - ClassLoader used to load relative file paths.
public static boolean isAsync(java.lang.reflect.Method method)
method
- - The method to examine
public static HandlerChainsType loadHandlerChains(java.io.InputStream is)
public static java.lang.String getNamespaceFromSOAPElement(java.util.List extElements)
public static void getAttachmentFromBinding(org.apache.axis2.jaxws.description.impl.OperationDescriptionImpl opDesc, javax.wsdl.Binding binding)
public static void registerHandlerHeaders(AxisService axisService, java.util.List<Handler> handlers)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |